anonhs commited on
Commit
a34306b
·
verified ·
1 Parent(s): 2ce09e5

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2139cbf731341147b8c9952b4bf530f47448d5f421061bc87ef963d9c4fea906
3
+ size 534035832
train/data-00001-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86ff43940ca2a9a82b903308c49b35775a136f629c4d030d1324a39b1b0aa3a
3
+ size 479928912
train/data-00002-of-00003.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0693b68cf6b6cbef485ad9404e45a6fddea882f87a5e13a8543bf6d4dec05dc
3
+ size 349583376
train/dataset_info.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "kream-product-blip-captions",
6
+ "dataset_size": 1363486022,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/hahminlew/kream-product-blip-captions@54f0f63fca385f12052fdc318093de7a65fbaf2a/data/train-00000-of-00003-69df8b0a51568204.parquet": {
10
+ "num_bytes": 517807613,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/hahminlew/kream-product-blip-captions@54f0f63fca385f12052fdc318093de7a65fbaf2a/data/train-00001-of-00003-8548ddd0333f4e69.parquet": {
14
+ "num_bytes": 474375959,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/hahminlew/kream-product-blip-captions@54f0f63fca385f12052fdc318093de7a65fbaf2a/data/train-00002-of-00003-8b947414615b7489.parquet": {
18
+ "num_bytes": 336126157,
19
+ "checksum": null
20
+ }
21
+ },
22
+ "download_size": 1328309729,
23
+ "features": {
24
+ "image": {
25
+ "_type": "Image"
26
+ },
27
+ "text": {
28
+ "dtype": "string",
29
+ "_type": "Value"
30
+ }
31
+ },
32
+ "homepage": "",
33
+ "license": "",
34
+ "size_in_bytes": 2691795751,
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 1363486022,
39
+ "num_examples": 14904,
40
+ "shard_lengths": [
41
+ 4700,
42
+ 5168,
43
+ 5036
44
+ ],
45
+ "dataset_name": "kream-product-blip-captions"
46
+ }
47
+ },
48
+ "version": {
49
+ "version_str": "0.0.0",
50
+ "major": 0,
51
+ "minor": 0,
52
+ "patch": 0
53
+ }
54
+ }
train/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00003.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00003.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00003.arrow"
11
+ }
12
+ ],
13
+ "_fingerprint": "86326a737460c177",
14
+ "_format_columns": null,
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_output_all_columns": false,
18
+ "_split": "train"
19
+ }