Basvoju commited on
Commit
8582bb8
1 Parent(s): 1f6208e

Create dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +16 -0
dataset_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": "Basvoju/SemEval2018Task7", "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": "Basvoju/SemEval2018Task7"},
15
+ "test": {"name": "test", "num_bytes": '506.93 KB' , "num_examples": 3079, "dataset_name": "Basvoju/SemEval2018Task7"}},
16
+ "download_size": '1.93 MB', "post_processing_size": null, "size_in_bytes": '1.93 MB'}