vesteinn commited on
Commit
b0fdc81
1 Parent(s): e002e49

Corrected data url

Browse files
Files changed (1) hide show
  1. sosialurin-faroese-pos.py +1 -1
sosialurin-faroese-pos.py CHANGED
@@ -419,7 +419,7 @@ _DESCRIPTION = """\
419
  The corpus that has been created consists of ca. 100.000 words of text from the [Faroese] newspaper Sosialurin. Each word is tagged with grammatical information (word class, gender, number etc.)
420
  """
421
 
422
- _URL = "https://huggingface.co/datasets/vesteinn/sosialurin-faroese-pos/blob/main//"
423
  _TRAINING_FILE = "fo.revised.txt"
424
 
425
 
 
419
  The corpus that has been created consists of ca. 100.000 words of text from the [Faroese] newspaper Sosialurin. Each word is tagged with grammatical information (word class, gender, number etc.)
420
  """
421
 
422
+ _URL = "https://huggingface.co/datasets/vesteinn/sosialurin-faroese-pos/raw/main/"
423
  _TRAINING_FILE = "fo.revised.txt"
424
 
425