mathiascreutz commited on
Commit
56d9ed5
1 Parent(s): affe684

Minor modifications

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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
- `data = load_dataset("GEM/opusparcus", "de.100")`
149
- `data = load_dataset("GEM/opusparcus", "fr.90")`
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