Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"arbml--Disease_NER": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"Word i": {"dtype": "string", "id": null, "_type": "Value"}, "Word i POS": {"dtype": "string", "id": null, "_type": "Value"}, "Stopword": {"dtype": "string", "id": null, "_type": "Value"}, "Word i Gazetteers": {"dtype": "string", "id": null, "_type": "Value"}, "Word i Lexical marker": {"dtype": "string", "id": null, "_type": "Value"}, "Word i definiteness": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["I", "O", "B"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "disease_ner", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4659233, "num_examples": 62506, "dataset_name": "Disease_NER"}}, "download_checksums": null, "download_size": 260069, "post_processing_size": null, "dataset_size": 4659233, "size_in_bytes": 4919302}}
|