justram commited on
Commit
de088e8
1 Parent(s): ad9ef9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_url
5
+ dtype: string
6
+ - name: image_id
7
+ dtype: string
8
+ - name: language
9
+ sequence: string
10
+ - name: caption_reference_description
11
+ sequence: string
12
+ - name: caption_alt_text_description
13
+ sequence: string
14
+ - name: caption_attribution_description
15
+ sequence: string
16
+ - name: image
17
+ dtype: image
18
+ splits:
19
+ - name: train
20
+ num_bytes: 3267639.3360245144
21
+ num_examples: 200
22
+ download_size: 2638784
23
+ dataset_size: 3267639.3360245144
24
+ ---
25
+ # Dataset Card for "TREC-2023-Image-to-Text"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)