ju-bezdek commited on
Commit
095550d
1 Parent(s): 69a0cda

url + checksum fix

Browse files
Files changed (2) hide show
  1. conll2003-SK-NER.py +1 -1
  2. dataset_infos.json +1 -1
conll2003-SK-NER.py CHANGED
@@ -24,7 +24,7 @@ _DESCRIPTION = """\
24
  This is translated version of the original CONLL2003 dataset (translated from English to Slovak via Google translate) Annotation was done mostly automatically with word matching scripts. Records where some tags were not matched, were annotated manually (10%) Unlike the original Conll2003 dataset, this one contains only NER tags
25
  """
26
 
27
- _URL="https://huggingface.co/datasets/ju-bezdek/conll2003-SK-NER/raw/main/data/"
28
  _TRAINING_FILE = "train.json"
29
  _DEV_FILE = "valid.json"
30
  _TEST_FILE = "test.json"
24
  This is translated version of the original CONLL2003 dataset (translated from English to Slovak via Google translate) Annotation was done mostly automatically with word matching scripts. Records where some tags were not matched, were annotated manually (10%) Unlike the original Conll2003 dataset, this one contains only NER tags
25
  """
26
 
27
+ _URL="data/"
28
  _TRAINING_FILE = "train.json"
29
  _DEV_FILE = "valid.json"
30
  _TEST_FILE = "test.json"
dataset_infos.json CHANGED
@@ -1 +1 @@
1
- {"conll2003-SK-NER": {"description": "This is translated version of the original CONLL2003 dataset (translated from English to Slovak via Google translate) Annotation was done mostly automatically with word matching scripts. Records where some tags were not matched, were annotated manually (10%) Unlike the original Conll2003 dataset, this one contains only NER tags\n", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 9, "names": ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "conll2003", "config_name": "conll2003-SK-NER", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3333648, "num_examples": 14041, "dataset_name": "conll2003"}, "validation": {"name": "validation", "num_bytes": 927447, "num_examples": 3250, "dataset_name": "conll2003"}, "test": {"name": "test", "num_bytes": 853542, "num_examples": 3453, "dataset_name": "conll2003"}}, "download_checksums": {"https://huggingface.co/datasets/ju-bezdek/conll2003-SK-NER/raw/main/data/train.json": {"num_bytes": 2680237, "checksum": "f4fe71debdfc0db1f3485bbcdb97b84086711956e235b5cd2c6d9a82fdfc5db6"}, "https://huggingface.co/datasets/ju-bezdek/conll2003-SK-NER/raw/main/data/data/valid.json": {"num_bytes": 702155, "checksum": "ea36d887933c6b0420399f940a878fbcc49b190ff4e1cade785c700c59d2ec5c"}, "https://huggingface.co/datasets/ju-bezdek/conll2003-SK-NER/raw/main/data/test.json": {"num_bytes": 650684, "checksum": "b0280959ea836976f2f0c8db8fdf5cb1b680f5e872cc4b9716339de8dc2a02ff"}}, "download_size": 4033076, "post_processing_size": null, "dataset_size": 5114637, "size_in_bytes": 9147713}}
1
+ {"conll2003-SK-NER": {"description": "This is translated version of the original CONLL2003 dataset (translated from English to Slovak via Google translate) Annotation was done mostly automatically with word matching scripts. Records where some tags were not matched, were annotated manually (10%) Unlike the original Conll2003 dataset, this one contains only NER tags\n", "citation": "", "homepage": "", "license": "", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 9, "names": ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC", "B-MISC", "I-MISC"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "conll2003", "config_name": "conll2003-SK-NER", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3333648, "num_examples": 14041, "dataset_name": "conll2003"}, "validation": {"name": "validation", "num_bytes": 927447, "num_examples": 3250, "dataset_name": "conll2003"}, "test": {"name": "test", "num_bytes": 853542, "num_examples": 3453, "dataset_name": "conll2003"}}, "download_checksums": {"data/train.json": {"num_bytes": 2680237, "checksum": "f4fe71debdfc0db1f3485bbcdb97b84086711956e235b5cd2c6d9a82fdfc5db6"}, "data/valid.json": {"num_bytes": 702155, "checksum": "ea36d887933c6b0420399f940a878fbcc49b190ff4e1cade785c700c59d2ec5c"}, "data/test.json": {"num_bytes": 650684, "checksum": "b0280959ea836976f2f0c8db8fdf5cb1b680f5e872cc4b9716339de8dc2a02ff"}}, "download_size": 4033076, "post_processing_size": null, "dataset_size": 5114637, "size_in_bytes": 9147713}}