EvitFan commited on
Commit
f23904f
·
1 Parent(s): 27bd1ad

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,64 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: val
9
+ path: data/val-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: int64
16
+ - name: image_id
17
+ dtype: string
18
+ - name: image
19
+ dtype: image
20
+ - name: text
21
+ dtype: string
22
+ - name: caption
23
+ dtype: string
24
+ - name: prompt
25
+ dtype: string
26
+ - name: split
27
+ dtype: string
28
+ - name: ocr_confidence
29
+ dtype: float64
30
+ - name: ocr_backend
31
+ dtype: string
32
+ - name: caption_model
33
+ dtype: string
34
+ - name: source
35
+ dtype: string
36
+ - name: sharpness
37
+ dtype: float64
38
+ - name: brightness
39
+ dtype: float64
40
+ - name: contrast
41
+ dtype: float64
42
+ - name: resolution_w
43
+ dtype: int64
44
+ - name: resolution_h
45
+ dtype: int64
46
+ - name: text_length
47
+ dtype: int64
48
+ - name: word_count
49
+ dtype: int64
50
+ - name: phrase_reconstructed
51
+ dtype: bool
52
+ splits:
53
+ - name: train
54
+ num_bytes: 58573006
55
+ num_examples: 800
56
+ - name: val
57
+ num_bytes: 6821157
58
+ num_examples: 100
59
+ - name: test
60
+ num_bytes: 6848431
61
+ num_examples: 100
62
+ download_size: 72132017
63
+ dataset_size: 72242594
64
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8c643e7f0b015b7412474415b152cb4b2c04cffb2285bf0425b9c406d7bafad
3
+ size 6845438
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e067d7f8450460cbab7e73f55252129cb304e9a58c537b3611b4180269037ec2
3
+ size 58468592
data/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ce75326ab264d71cff52437c70cad2547446fa7bb7d79881b39524f930a357
3
+ size 6817987