mathiascreutz
commited on
Commit
•
3ee6a5a
1
Parent(s):
56d9ed5
Minor modifications
Browse files
README.md
CHANGED
@@ -145,10 +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 |
data = load_dataset("GEM/opusparcus", "de.100")
|
150 |
data = load_dataset("GEM/opusparcus", "fr.90")
|
151 |
-
|
152 |
|
153 |
### Data Instances
|
154 |
|
|
|
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 |
|