pasinit commited on
Commit
45ad0fc
1 Parent(s): 649a59e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Please refer to the official [website](https://pilehvar.github.io/xlwic/) for mo
40
 
41
  ## Configurations
42
  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).
43
- Please refer to [Languages](#Languages) section to see in which languages training data is available.
44
  For example, we can load the dataset having English as training language and Italian as target language as follows:
45
  ```python
46
  from datasets import load_dataset
 
40
 
41
  ## Configurations
42
  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).
43
+ Please refer to [Languages](#languages) section to see in which languages training data is available.
44
  For example, we can load the dataset having English as training language and Italian as target language as follows:
45
  ```python
46
  from datasets import load_dataset