filopedraz commited on
Commit
586f823
·
unverified ·
1 Parent(s): 068df02

image dataset

Browse files
data/train.parquet → train/data-00000-of-00001.arrow RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:395662b2cd72a99f4b4ec71019dd17d8685581c0ce6ad835a64c7683b5dee055
3
- size 9179753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:587ba404d5b3f9594def2b4905fe605dd1ffdebb8508e4fb36cb308f676c2e12
3
+ size 15814912
train/dataset_info.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "prompt": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "image": {
10
+ "_type": "Image"
11
+ }
12
+ },
13
+ "homepage": "",
14
+ "license": ""
15
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "014bbd990267a05d",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }