NazaGara commited on
Commit
197fdb9
·
1 Parent(s): ed62000

Update wikiner.py

Browse files
Files changed (1) hide show
  1. wikiner.py +2 -1
wikiner.py CHANGED
@@ -22,7 +22,8 @@ _CITATION = """/something"""
22
 
23
  _DESCRIPTION = """Dataset used to train a NER model"""
24
 
25
- _URL = "https://github.com/NazaGara/betoNER/tree/main/data/wikiner/"
 
26
  #_TRAINING_FILE = "train.conllu"
27
  _TRAINING_FILE = "spaces.conllu"
28
 
 
22
 
23
  _DESCRIPTION = """Dataset used to train a NER model"""
24
 
25
+ #_URL = "https://github.com/NazaGara/betoNER/tree/main/data/wikiner/"
26
+ _URL = "https://raw.githubusercontent.com/NazaGara/betoNER/main/data/wikiner/"
27
  #_TRAINING_FILE = "train.conllu"
28
  _TRAINING_FILE = "spaces.conllu"
29