Upload folder using huggingface_hub
Browse files- data-00000-of-00001.arrow +3 -0
- dataset_info.json +39 -0
- state.json +20 -0
data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bf261d9fbbfb8b39ecb00adff5f3acd001e97493dcee97d5b3e41eb84000e11
|
3 |
+
size 16127992
|
dataset_info.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"id": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"image_path": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"image": {
|
14 |
+
"_type": "Image"
|
15 |
+
},
|
16 |
+
"description": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"conversations": [
|
21 |
+
{
|
22 |
+
"role": {
|
23 |
+
"dtype": "string",
|
24 |
+
"_type": "Value"
|
25 |
+
},
|
26 |
+
"content": {
|
27 |
+
"dtype": "string",
|
28 |
+
"_type": "Value"
|
29 |
+
}
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"groundtruth": {
|
33 |
+
"dtype": "string",
|
34 |
+
"_type": "Value"
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"homepage": "",
|
38 |
+
"license": ""
|
39 |
+
}
|
state.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "570714e520252988",
|
8 |
+
"_format_columns": [
|
9 |
+
"id",
|
10 |
+
"image_path",
|
11 |
+
"description",
|
12 |
+
"conversations",
|
13 |
+
"groundtruth",
|
14 |
+
"image"
|
15 |
+
],
|
16 |
+
"_format_kwargs": {},
|
17 |
+
"_format_type": null,
|
18 |
+
"_output_all_columns": false,
|
19 |
+
"_split": null
|
20 |
+
}
|