mathiascreutz
commited on
Commit
•
56d9ed5
1
Parent(s):
affe684
Minor modifications
Browse files
README.md
CHANGED
@@ -145,9 +145,10 @@ Note that an alternative to typing the parameter values explicitly,
|
|
145 |
you can use configuration names instead. The following commands are
|
146 |
equivalent to the ones above:
|
147 |
|
148 |
-
`
|
149 |
-
|
150 |
-
|
|
|
151 |
|
152 |
### Data Instances
|
153 |
|
|
|
145 |
you can use configuration names instead. The following commands are
|
146 |
equivalent to the ones above:
|
147 |
|
148 |
+
`
|
149 |
+
data = load_dataset("GEM/opusparcus", "de.100")
|
150 |
+
data = load_dataset("GEM/opusparcus", "fr.90")
|
151 |
+
`
|
152 |
|
153 |
### Data Instances
|
154 |
|