Rodrigo1771 commited on
Commit
c0ebbb3
·
1 Parent(s): cfa6412

fixed dataset url bug

Browse files
Files changed (1) hide show
  1. symptemist-ner.py +2 -2
symptemist-ner.py CHANGED
@@ -15,7 +15,7 @@ _DESCRIPTION = """\
15
  https://temu.bsc.es/symptemist/
16
  """
17
 
18
- _URL = "https://huggingface.co/datasets/Rodrigo1771/symptemist-ner"
19
  _TRAINING_FILE = "train.conll"
20
  _DEV_FILE = "dev.conll"
21
  _TEST_FILE = "test.conll"
@@ -108,4 +108,4 @@ class SympTEMISTNER(datasets.GeneratorBasedBuilder):
108
  "id": str(guid),
109
  "tokens": tokens,
110
  "ner_tags": ner_tags,
111
- }
 
15
  https://temu.bsc.es/symptemist/
16
  """
17
 
18
+ _URL = "https://huggingface.co/datasets/Rodrigo1771/symptemist-ner/resolve/main/"
19
  _TRAINING_FILE = "train.conll"
20
  _DEV_FILE = "dev.conll"
21
  _TEST_FILE = "test.conll"
 
108
  "id": str(guid),
109
  "tokens": tokens,
110
  "ner_tags": ner_tags,
111
+ }