Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"rjac--biobert-ner-diseases-dataset": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "tags": {"feature": {"num_classes": 3, "names": ["O", "B-Disease", "I-Disease"], "id": [0, 1, 2], "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}, "sentence_id": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 6947635, "num_examples": 15488, "dataset_name": "biobert-ner-diseases-dataset"}, "test": {"name": "test", "num_bytes": 2614997, "num_examples": 5737, "dataset_name": "biobert-ner-diseases-dataset"}}, "download_checksums": null, "download_size": 1508918, "post_processing_size": null, "dataset_size": 9562632, "size_in_bytes": 11071550}}
|