mathiascreutz commited on
Commit
cf686f9
1 Parent(s): b6fd4a2

Minor modifications

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -117,13 +117,17 @@ German (de), English (en), Finnish (fi), French (fr), Russian (ru), Swedish (sv)
117
  When you download Opusparcus, you must always indicate the language
118
  you want to retrieve, for instance:
119
 
120
- ```data = load_dataset("GEM/opusparcus", lang="de")```
 
 
121
 
122
  The above command will download the validation and test sets for
123
  German. If additionally, you want to retrieve training data, you need
124
  to specify the level of quality you desire, such as:
125
 
126
- ```data = load_dataset("GEM/opusparcus", lang="fr", quality=90)```
 
 
127
 
128
  The entries in the training sets have been ranked automatically by how
129
  likely they are paraphrases, best first, worst last. The quality
 
117
  When you download Opusparcus, you must always indicate the language
118
  you want to retrieve, for instance:
119
 
120
+ ```
121
+ data = load_dataset("GEM/opusparcus", lang="de")
122
+ ```
123
 
124
  The above command will download the validation and test sets for
125
  German. If additionally, you want to retrieve training data, you need
126
  to specify the level of quality you desire, such as:
127
 
128
+ ```
129
+ data = load_dataset("GEM/opusparcus", lang="fr", quality=90)
130
+ ```
131
 
132
  The entries in the training sets have been ranked automatically by how
133
  likely they are paraphrases, best first, worst last. The quality