Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +99 -0
dataset_infos.json
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"hamel--quarto-issues": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"page_content": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"metadata": {
|
13 |
+
"assignee": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"comments": {
|
19 |
+
"dtype": "int64",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"created_at": {
|
24 |
+
"dtype": "string",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"creator": {
|
29 |
+
"dtype": "string",
|
30 |
+
"id": null,
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"is_pull_request": {
|
34 |
+
"dtype": "bool",
|
35 |
+
"id": null,
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"labels": {
|
39 |
+
"feature": {
|
40 |
+
"dtype": "string",
|
41 |
+
"id": null,
|
42 |
+
"_type": "Value"
|
43 |
+
},
|
44 |
+
"length": -1,
|
45 |
+
"id": null,
|
46 |
+
"_type": "Sequence"
|
47 |
+
},
|
48 |
+
"locked": {
|
49 |
+
"dtype": "bool",
|
50 |
+
"id": null,
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"milestone": {
|
54 |
+
"dtype": "string",
|
55 |
+
"id": null,
|
56 |
+
"_type": "Value"
|
57 |
+
},
|
58 |
+
"number": {
|
59 |
+
"dtype": "int64",
|
60 |
+
"id": null,
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"state": {
|
64 |
+
"dtype": "string",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"title": {
|
69 |
+
"dtype": "string",
|
70 |
+
"id": null,
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"url": {
|
74 |
+
"dtype": "string",
|
75 |
+
"id": null,
|
76 |
+
"_type": "Value"
|
77 |
+
}
|
78 |
+
}
|
79 |
+
},
|
80 |
+
"post_processed": null,
|
81 |
+
"supervised_keys": null,
|
82 |
+
"task_templates": null,
|
83 |
+
"builder_name": null,
|
84 |
+
"config_name": null,
|
85 |
+
"version": null,
|
86 |
+
"splits": {
|
87 |
+
"train": {
|
88 |
+
"name": "train",
|
89 |
+
"num_bytes": 5016935,
|
90 |
+
"num_examples": 2841,
|
91 |
+
"dataset_name": "quarto-issues"
|
92 |
+
}
|
93 |
+
},
|
94 |
+
"download_checksums": null,
|
95 |
+
"download_size": 2082436,
|
96 |
+
"post_processing_size": null,
|
97 |
+
"dataset_size": 5016935,
|
98 |
+
"size_in_bytes": 7099371
|
99 |
+
}}
|