SuzanaB commited on
Commit
3bf8ad4
1 Parent(s): 3db82e1
Files changed (1) hide show
  1. hr500k.py +2 -6
hr500k.py CHANGED
@@ -31,7 +31,7 @@ are encoded as class labels.
31
  _HOMEPAGE = 'https://www.clarin.si/repository/xmlui/handle/11356/1183#'
32
  _LICENSE = ''
33
 
34
- _URL = 'https://huggingface.co/datasets/classla/hr500k'
35
  _TRAINING_FILE = 'train_ner.conllu'
36
  _DEV_FILE = 'dev_ner.conllu'
37
  _TEST_FILE = 'test_ner.conllu'
@@ -185,8 +185,4 @@ class Hr500K(datasets.GeneratorBasedBuilder):
185
  'upos_tags': upos_tags,
186
  'feats': feats,
187
  'iob_tags': iob_tags
188
- }
189
-
190
-
191
- dataset = datasets.load_dataset('hr500k.py', split='test')
192
- print(dataset.info)
31
  _HOMEPAGE = 'https://www.clarin.si/repository/xmlui/handle/11356/1183#'
32
  _LICENSE = ''
33
 
34
+ _URL = 'https://raw.githubusercontent.com/clarinsi/babushka-bench/master/datasets/hr/hr500k/'
35
  _TRAINING_FILE = 'train_ner.conllu'
36
  _DEV_FILE = 'dev_ner.conllu'
37
  _TEST_FILE = 'test_ner.conllu'
185
  'upos_tags': upos_tags,
186
  'feats': feats,
187
  'iob_tags': iob_tags
188
+ }