Commit 8a0ecc7bea00a5854368f59afb2444426c48c2e0

Authored by Katarzyna Krasnowska
1 parent 95b85397

Updated README

Showing 1 changed file with 1 additions and 1 deletions
README.md
... ... @@ -135,7 +135,7 @@ To process an already-tokenized text, pass the sentence with space-separated tok
135 135  
136 136 # Training
137 137  
138   -Load a dataset (e.g. downloaded from (here)[http://mozart.ipipan.waw.pl/~kkrasnowska/LREC-COLING-2024/]):
  138 +Load a dataset (e.g. downloaded from [here](http://mozart.ipipan.waw.pl/~kkrasnowska/LREC-COLING-2024/)):
139 139  
140 140 ```python
141 141 >>> from datasets import load_dataset
... ...