eryawww commited on
Commit
b7b312f
·
verified ·
1 Parent(s): 4dfa615

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +80 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c38c8928c4a7088b6abb7ce18beea20fe4a2c5ee2dae6553f6a3c76fb16905
3
+ size 6947808
dataset_info.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "json",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "mensa",
6
+ "dataset_size": 128566247,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/rohitsaxena/MENSA@d9716deebe0a772658f1877d4a7f5a15c9b652c2/train.jsonl": {
10
+ "num_bytes": 114244628,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/rohitsaxena/MENSA@d9716deebe0a772658f1877d4a7f5a15c9b652c2/validation.jsonl": {
14
+ "num_bytes": 7033798,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/rohitsaxena/MENSA@d9716deebe0a772658f1877d4a7f5a15c9b652c2/test.jsonl": {
18
+ "num_bytes": 6963365,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 128241791,
23
+ "features": {
24
+ "scenes": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "labels": {
29
+ "feature": {
30
+ "dtype": "float64",
31
+ "_type": "Value"
32
+ },
33
+ "_type": "Sequence"
34
+ },
35
+ "summary": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "name": {
40
+ "dtype": "string",
41
+ "_type": "Value"
42
+ },
43
+ "tag": {
44
+ "feature": {
45
+ "dtype": "string",
46
+ "_type": "Value"
47
+ },
48
+ "_type": "Sequence"
49
+ }
50
+ },
51
+ "homepage": "",
52
+ "license": "",
53
+ "size_in_bytes": 256808038,
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 114545998,
58
+ "num_examples": 824,
59
+ "dataset_name": "mensa"
60
+ },
61
+ "validation": {
62
+ "name": "validation",
63
+ "num_bytes": 7052348,
64
+ "num_examples": 50,
65
+ "dataset_name": "mensa"
66
+ },
67
+ "test": {
68
+ "name": "test",
69
+ "num_bytes": 6967901,
70
+ "num_examples": 50,
71
+ "dataset_name": "mensa"
72
+ }
73
+ },
74
+ "version": {
75
+ "version_str": "0.0.0",
76
+ "major": 0,
77
+ "minor": 0,
78
+ "patch": 0
79
+ }
80
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4ea0841c65c96ad6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "test"
13
+ }