ermu2001 commited on
Commit
c8f3559
·
1 Parent(s): 7df487f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image_url
10
+ dtype: string
11
+ - name: landmarks
12
+ struct:
13
+ - name: eye_left
14
+ sequence: float64
15
+ - name: eye_right
16
+ sequence: float64
17
+ - name: mouth_left
18
+ sequence: int64
19
+ - name: mouth_right
20
+ sequence: int64
21
+ - name: raw_name
22
+ dtype: string
23
+ - name: text
24
+ dtype: string
25
+ - name: aligned_name
26
+ dtype: string
27
+ - name: image
28
+ dtype: image
29
+ splits:
30
+ - name: train
31
+ num_bytes: 18209758516.333
32
+ num_examples: 21287
33
+ download_size: 17989395966
34
+ dataset_size: 18209758516.333
35
+ ---
36
+ # Dataset Card for "aahq_caption"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)