You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# ExtendedSumm
2
-
This repository contains the implementation details and datasets used in _[On Generating Extended Summaries of Long Documents](http://ir.cs.georgetown.eud)_ paper at the AAAI-21 Workshop on Scholar Document Understanding (SDU-21).
2
+
This repository contains the implementation details and datasets used in _[On Generating Extended Summaries of Long Documents](http://ir.cs.georgetown.eud)_ paper at the AAAI-21 Workshop on Scientific Document Understanding (SDU 2021).
3
3
4
4
5
5
@@ -50,10 +50,10 @@ Simply run the `prep.sh` bash script with providing the dataset directory. This
50
50
51
51
52
52
### Training
53
-
The full training scripts are inside `train.sh` bash file. To run it on your own machine, let's take a look at some items that you should probably change to fit in your needs:
54
-
53
+
The full training scripts are inside `train.sh` bash file. To run it on your machine, you will need to change the directories to fit in your needs:
54
+
55
55
```
56
-
...
56
+
...
57
57
58
58
DATA_PATH=/path/to/dataset/torch-files/
59
59
MODEL_PATH=/path/to/saved/model/
@@ -74,7 +74,7 @@ MAX_POS=2500
74
74
```
75
75
76
76
### Inference
77
-
The inference scripts are inside `test.sh` bash file. To run it on your own machine, let's take a look at the items that you should probably change to fit in your needs:
77
+
The inference scripts are inside `test.sh` bash file. To run it on your machine, you will need to modify the file directories:
0 commit comments