TheGreatRambler commited on
Commit
fa3ef3c
1 Parent(s): 551f626

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +123 -0
dataset_infos.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"TheGreatRambler--mm2_level_comments": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "data_id": {
8
+ "dtype": "int32",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "comment_id": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "type": {
18
+ "dtype": "int32",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "pid": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "posted": {
28
+ "dtype": "int32",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "clear_required": {
33
+ "dtype": "int32",
34
+ "id": null,
35
+ "_type": "Value"
36
+ },
37
+ "text": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "reaction_image_id": {
43
+ "dtype": "int32",
44
+ "id": null,
45
+ "_type": "Value"
46
+ },
47
+ "custom_image": {
48
+ "dtype": "binary",
49
+ "id": null,
50
+ "_type": "Value"
51
+ },
52
+ "has_beaten": {
53
+ "dtype": "int32",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "x": {
58
+ "dtype": "int32",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "y": {
63
+ "dtype": "int32",
64
+ "id": null,
65
+ "_type": "Value"
66
+ },
67
+ "reaction_face": {
68
+ "dtype": "int32",
69
+ "id": null,
70
+ "_type": "Value"
71
+ },
72
+ "unk8": {
73
+ "dtype": "int32",
74
+ "id": null,
75
+ "_type": "Value"
76
+ },
77
+ "unk10": {
78
+ "dtype": "int32",
79
+ "id": null,
80
+ "_type": "Value"
81
+ },
82
+ "unk12": {
83
+ "dtype": "int32",
84
+ "id": null,
85
+ "_type": "Value"
86
+ },
87
+ "unk14": {
88
+ "dtype": "binary",
89
+ "id": null,
90
+ "_type": "Value"
91
+ },
92
+ "unk17": {
93
+ "dtype": "int32",
94
+ "id": null,
95
+ "_type": "Value"
96
+ }
97
+ },
98
+ "post_processed": null,
99
+ "supervised_keys": null,
100
+ "task_templates": null,
101
+ "builder_name": "parquet",
102
+ "config_name": "default",
103
+ "version": {
104
+ "version_str": "0.0.0",
105
+ "description": null,
106
+ "major": 0,
107
+ "minor": 0,
108
+ "patch": 0
109
+ },
110
+ "splits": {
111
+ "train": {
112
+ "name": "train",
113
+ "num_bytes": 22615103195,
114
+ "num_examples": 31915052,
115
+ "dataset_name": "mm2_level_comments"
116
+ }
117
+ },
118
+ "download_checksums": null,
119
+ "download_size": 19885991710,
120
+ "post_processing_size": null,
121
+ "dataset_size": 22615103195,
122
+ "size_in_bytes": 42501094905
123
+ }}