pasinit commited on
Commit
87a86aa
1 Parent(s): f8f47ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ and dev and test data in:
26
  ## Configurations
27
  When loading one of the XL-WSD datasets one has to specify the training language and the target language (on which dev and test will be performed).
28
  For example, we can load the dataset having English as training language and Italian as target language as follows:
29
- ```
30
  from datasets import load_dataset
31
  dataset = load_dataset('pasinit/xlwic', 'en_it')
32
  ```
 
26
  ## Configurations
27
  When loading one of the XL-WSD datasets one has to specify the training language and the target language (on which dev and test will be performed).
28
  For example, we can load the dataset having English as training language and Italian as target language as follows:
29
+ ```python
30
  from datasets import load_dataset
31
  dataset = load_dataset('pasinit/xlwic', 'en_it')
32
  ```