carlosejimenez commited on
Commit
c0f5b1c
1 Parent(s): cd13da5

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +57 -0
dataset_infos.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"carlosejimenez--flickr30k_clip-SimCLRv2-caption_pairs": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image 1": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "sentence 1": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "image 2": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "sentence 2": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "bow iou": {
28
+ "dtype": "float64",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "image retrieval score": {
33
+ "dtype": "float64",
34
+ "id": null,
35
+ "_type": "Value"
36
+ }
37
+ },
38
+ "post_processed": null,
39
+ "supervised_keys": null,
40
+ "task_templates": null,
41
+ "builder_name": null,
42
+ "config_name": null,
43
+ "version": null,
44
+ "splits": {
45
+ "train": {
46
+ "name": "train",
47
+ "num_bytes": 16542631145,
48
+ "num_examples": 85798900,
49
+ "dataset_name": "flickr30k_clip-SimCLRv2-caption_pairs"
50
+ }
51
+ },
52
+ "download_checksums": null,
53
+ "download_size": 1019879890,
54
+ "post_processing_size": null,
55
+ "dataset_size": 16542631145,
56
+ "size_in_bytes": 17562511035
57
+ }}