Upload dataset_infos.json
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Khedesh--PeymaNER": {"description": "Peyma NER Corpus", "citation": "@article{shahshahani2018peyma, title={PEYMA: A Tagged Corpus for Persian Named Entities}, author={Mahsa Sadat Shahshahani and Mahdi Mohseni and Azadeh Shakery and Heshaam Faili}, year=2018, journal={ArXiv}, volume={abs/1801.09936} }", "homepage": "http://nsurl.org/2019-2/tasks/task-7-named-entity-recognition-ner-for-farsi/", "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": 15, "names": ["O", "B_TIM", "I_TIM", "B_PER", "I_PER", "B_PCT", "I_PCT", "B_ORG", "I_ORG", "B_MON", "I_MON", "B_LOC", "I_LOC", "B_DAT", "I_DAT"], "names_file": null, "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "peyma_ner", "config_name": "PeymaNER", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4948186, "num_examples": 8029, "dataset_name": "PeymaNER"}, "validation": {"name": "validation", "num_bytes": 542316, "num_examples": 926, "dataset_name": "PeymaNER"}, "test": {"name": "test", "num_bytes": 656059, "num_examples": 1027, "dataset_name": "PeymaNER"}}, "download_checksums": null, "download_size": 952175, "post_processing_size": null, "dataset_size": 6146561, "size_in_bytes": 7098736}}
|