Datasets:

Languages:
Chinese
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
License:

Delete legacy JSON metadata

#3
by albertvillanova HF staff - opened
Files changed (1) hide show
  1. dataset_infos.json +0 -1
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"msra_ner": {"description": "The Third International Chinese Language\nProcessing Bakeoff was held in Spring\n2006 to assess the state of the art in two\nimportant tasks: word segmentation and\nnamed entity recognition. Twenty-nine\ngroups submitted result sets in the two\ntasks across two tracks and a total of five\ncorpora. We found strong results in both\ntasks as well as continuing challenges.\n\nMSRA NER is one of the provided dataset.\nThere are three types of NE, PER (person),\nORG (organization) and LOC (location).\nThe dataset is in the BIO scheme.\n\nFor more details see https://faculty.washington.edu/levow/papers/sighan06.pdf\n", "citation": "@inproceedings{levow2006third,\n author = {Gina{-}Anne Levow},\n title = {The Third International Chinese Language Processing Bakeoff: Word\n Segmentation and Named Entity Recognition},\n booktitle = {SIGHAN@COLING/ACL},\n pages = {108--117},\n publisher = {Association for Computational Linguistics},\n year = {2006}\n}\n", "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52531", "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": 7, "names": ["O", "B-PER", "I-PER", "B-ORG", "I-ORG", "B-LOC", "I-LOC"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "msra_ner", "config_name": "msra_ner", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 33323074, "num_examples": 45001, "dataset_name": "msra_ner"}, "test": {"name": "test", "num_bytes": 2642934, "num_examples": 3443, "dataset_name": "msra_ner"}}, "download_checksums": {"https://raw.githubusercontent.com/OYE93/Chinese-NLP-Corpus/master/NER/MSRA/msra_train_bio.txt": {"num_bytes": 14037265, "checksum": "b403d1318c5289917ad2ca4136279592521684748327e93f1bf49a3845a40ac7"}, "https://raw.githubusercontent.com/OYE93/Chinese-NLP-Corpus/master/NER/MSRA/msra_test_bio.txt": {"num_bytes": 1119341, "checksum": "2be8e580bcb22e9086e4403d82a7ec0f6e18019ebef35b0fd52941724bdf89a3"}}, "download_size": 15156606, "post_processing_size": null, "dataset_size": 35966008, "size_in_bytes": 51122614}}