mathiascreutz
commited on
Commit
·
b6fd4a2
1
Parent(s):
3ee6a5a
Minor modifications
Browse files
README.md
CHANGED
@@ -117,13 +117,13 @@ 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 |
-
|
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 |
-
|
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 |
+
```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
|