Skip to content

Commit cf9d74f

Browse files
committed
updates on readme
1 parent 3204177 commit cf9d74f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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).
33

44

55

@@ -50,10 +50,10 @@ Simply run the `prep.sh` bash script with providing the dataset directory. This
5050

5151

5252
### 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+
5555
```
56-
...
56+
...
5757
5858
DATA_PATH=/path/to/dataset/torch-files/
5959
MODEL_PATH=/path/to/saved/model/
@@ -74,7 +74,7 @@ MAX_POS=2500
7474
```
7575

7676
### 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:
7878

7979
```
8080
...

0 commit comments

Comments
 (0)