patomp commited on
Commit
46d340b
1 Parent(s): cd6df1c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: filepath
7
+ dtype: string
8
+ - name: sentids
9
+ list: int32
10
+ - name: filename
11
+ dtype: string
12
+ - name: imgid
13
+ dtype: int32
14
+ - name: split
15
+ dtype: string
16
+ - name: sentences_tokens
17
+ list:
18
+ list: string
19
+ - name: sentences_raw
20
+ list: string
21
+ - name: sentences_sentid
22
+ list: int32
23
+ - name: cocoid
24
+ dtype: int32
25
+ - name: th_sentences_raw
26
+ sequence: string
27
+ splits:
28
+ - name: test
29
+ num_bytes: 819234726.0
30
+ num_examples: 5000
31
+ download_size: 821355058
32
+ dataset_size: 819234726.0
33
+ ---
34
+ # Dataset Card for "thai-mscoco-2014-captions"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)