mathiascreutz
commited on
Commit
·
852e4a3
1
Parent(s):
cf686f9
Minor modifications
Browse files
README.md
CHANGED
@@ -123,7 +123,8 @@ data = load_dataset("GEM/opusparcus", lang="de")
|
|
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)
|
|
|
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 "90% quality of
|
127 |
+
French":
|
128 |
|
129 |
```
|
130 |
data = load_dataset("GEM/opusparcus", lang="fr", quality=90)
|