mathiascreutz
commited on
Commit
·
fbd22b8
1
Parent(s):
e658166
Minor modifications
Browse files
README.md
CHANGED
@@ -114,6 +114,19 @@ German (de), English (en), Finnish (fi), French (fr), Russian (ru), Swedish (sv)
|
|
114 |
|
115 |
## Dataset Structure
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
### Data Instances
|
118 |
|
119 |
TBA
|
|
|
114 |
|
115 |
## Dataset Structure
|
116 |
|
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 |
+
|
129 |
+
|
130 |
### Data Instances
|
131 |
|
132 |
TBA
|