LawalAfeez commited on
Commit
f3a221f
1 Parent(s): f459892

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +67 -0
dataset_infos.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"LawalAfeez--science-dataset": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "question": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "distractor3": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "distractor1": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "distractor2": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "correct_answer": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "support": {
33
+ "dtype": "string",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "embedding": {
38
+ "feature": {
39
+ "dtype": "float32",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "length": -1,
44
+ "id": null,
45
+ "_type": "Sequence"
46
+ }
47
+ },
48
+ "post_processed": null,
49
+ "supervised_keys": null,
50
+ "task_templates": null,
51
+ "builder_name": null,
52
+ "config_name": null,
53
+ "version": null,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 42471123,
58
+ "num_examples": 11679,
59
+ "dataset_name": "science-dataset"
60
+ }
61
+ },
62
+ "download_checksums": null,
63
+ "download_size": 40960738,
64
+ "post_processing_size": null,
65
+ "dataset_size": 42471123,
66
+ "size_in_bytes": 83431861
67
+ }}