jxu124 commited on
Commit
f33dd02
·
1 Parent(s): 7615cfc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: split
7
+ dtype: string
8
+ - name: sentences
9
+ dtype: string
10
+ - name: file_name
11
+ dtype: string
12
+ - name: category_id
13
+ dtype: int64
14
+ - name: ann_id
15
+ dtype: int64
16
+ - name: sent_ids
17
+ sequence: int64
18
+ - name: ref_id
19
+ dtype: int64
20
+ - name: texts
21
+ sequence: string
22
+ - name: image_info
23
+ dtype: string
24
+ - name: image_path
25
+ dtype: string
26
+ - name: anns
27
+ dtype: string
28
+ - name: bbox
29
+ sequence: float64
30
+ - name: global_image_id
31
+ dtype: string
32
+ splits:
33
+ - name: test
34
+ num_bytes: 8625484.671229577
35
+ num_examples: 5023
36
+ - name: train
37
+ num_bytes: 72510395.32696399
38
+ num_examples: 42226
39
+ - name: validation
40
+ num_bytes: 4418350.0018064305
41
+ num_examples: 2573
42
+ download_size: 38141863
43
+ dataset_size: 85554230.0
44
+ ---
45
+ # Dataset Card for "refcocog"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)