justram commited on
Commit
6a93d38
1 Parent(s): 6a2e28a

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: test
20
+ num_bytes: 152304669.4521026
21
+ num_examples: 9322
22
+ download_size: 0
23
+ dataset_size: 152304669.4521026
24
+ ---
25
+ # Dataset Card for "AToMiC-Images-v0.2-medium"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)