Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
entity-linking-classification
Languages:
English
Size:
< 1K
License:
Create datasets_info.json
Browse files- datasets_info.json +16 -0
datasets_info.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"features": {"id": {"dtype": "string", "id": null, "_type": "Value"},
|
2 |
+
"title": {"dtype": "string", "id": null, "_type": "Value"},
|
3 |
+
"abstract": {"dtype": "string", "id": null, "_type": "Value"},
|
4 |
+
"entities": {feature:{"id": "string", "id": null, "_type": "Value"}, "char_start": {"dtype": "int32", "id": null, "_type": "Value"}, "char_end": {"dtype": "int32", "id": null, "_type": "Value"}},
|
5 |
+
"relation": {"feature": {"label": {"dtype": "list", "id": null, "_type": "ClassLabel"},
|
6 |
+
"arg1": {"dtype": "string", "id": null, "_type": "Value"}, "arg2": {"dtype": "string", "id": null, "_type": "Value"}, "reverse": {"dtype": "Bool", "id": null, "_type": "Bool"}}},
|
7 |
+
|
8 |
+
|
9 |
+
"post_processed": null, "supervised_keys": null, "task_templates": [{"task": "relation_classification"}],
|
10 |
+
"builder_name": "Sem_Eval_2018_Task_7", "config_name": {"Subtask_1_1","Subtask_1_2"},
|
11 |
+
"version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0},
|
12 |
+
|
13 |
+
|
14 |
+
"splits": {"train": {"name": "train", "num_bytes": '1240.8 KB', "num_examples": 8609, "dataset_name": "Sem_Eval_2018_Task_7"},
|
15 |
+
"test": {"name": "test", "num_bytes": '506.93 KB' , "num_examples": 3079, "dataset_name": "Sem_Eval_2018_Task_7"}},
|
16 |
+
"download_size": '1.93 MB', "post_processing_size": null, "size_in_bytes": '1.93 MB'}
|