julianmoraes commited on
Commit
7b61f8b
1 Parent(s): 15e349e

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +43 -0
dataset_infos.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"julianmoraes--bayc-captions-BLIP": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "decode": true,
9
+ "id": null,
10
+ "_type": "Image"
11
+ },
12
+ "text": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "post_processed": null,
19
+ "supervised_keys": null,
20
+ "task_templates": null,
21
+ "builder_name": "imagefolder",
22
+ "config_name": "default",
23
+ "version": {
24
+ "version_str": "0.0.0",
25
+ "description": null,
26
+ "major": 0,
27
+ "minor": 0,
28
+ "patch": 0
29
+ },
30
+ "splits": {
31
+ "train": {
32
+ "name": "train",
33
+ "num_bytes": 38698018.0,
34
+ "num_examples": 1000,
35
+ "dataset_name": "bayc-captions-BLIP"
36
+ }
37
+ },
38
+ "download_checksums": null,
39
+ "download_size": 36095533,
40
+ "post_processing_size": null,
41
+ "dataset_size": 38698018.0,
42
+ "size_in_bytes": 74793551.0
43
+ }}