Skip to content

Commit ac1f95e

Browse files
authored
Update README.md
1 parent 953e637 commit ac1f95e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

s2s-ft/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We support two dataset formats:
5757
The code automatically detects the input format. If the json line contains `list`, we process the input as the tokenized format; if the json line contains `string`, the code will tokenize them.
5858

5959

60-
## Example: [XSUM](https://github.com/EdinburghNLP/XSum) with unilm1.2-base-uncased
60+
## Example: [XSum](https://github.com/EdinburghNLP/XSum) with unilm1.2-base-uncased
6161

6262
### Fine-tuning
6363

@@ -117,7 +117,7 @@ python evaluations/eval_for_xsum.py --pred ${MODEL_PATH}.${SPLIT} --gold ${GOLD_
117117
```
118118

119119

120-
## Example: [XSUM](https://github.com/EdinburghNLP/XSum) with minilm-l12-h384-uncased
120+
## Example: [XSum](https://github.com/EdinburghNLP/XSum) with minilm-l12-h384-uncased
121121

122122
### Fine-tuning
123123

@@ -177,7 +177,7 @@ python evaluations/eval_for_xsum.py --pred ${MODEL_PATH}.${SPLIT} --gold ${GOLD_
177177
```
178178

179179

180-
## Example: CNN/DailyMail with unilm1-base-cased
180+
## Example: CNN / Daily Mail with unilm1-base-cased
181181

182182
Pre-processed json dataset links: [tokenized format](https://unilm.blob.core.windows.net/s2s-ft-data/cnndm.cased_tokenized.zip).
183183

@@ -240,7 +240,7 @@ python evaluations/eval_for_cnndm.py --pred ${MODEL_PATH}.${SPLIT} --gold ${GOLD
240240

241241

242242

243-
## Example: CNN/DailyMail with unilm1.2-base-uncased
243+
## Example: CNN / Daily Mail with unilm1.2-base-uncased
244244

245245
Pre-processed json dataset links: [tokenized format](https://unilm.blob.core.windows.net/s2s-ft-data/cnndm.uncased_tokenized.zip).
246246

0 commit comments

Comments
 (0)