jxu124 commited on
Commit
8880fb8
1 Parent(s): 627bcf7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sent_ids
5
+ sequence: int64
6
+ - name: file_name
7
+ dtype: string
8
+ - name: ann_id
9
+ dtype: int64
10
+ - name: ref_id
11
+ dtype: int64
12
+ - name: image_id
13
+ dtype: int64
14
+ - name: split
15
+ dtype: string
16
+ - name: sentences
17
+ dtype: string
18
+ - name: category_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: testB
34
+ num_bytes: 3003202.6438
35
+ num_examples: 1810
36
+ - name: train
37
+ num_bytes: 70357903.26392
38
+ num_examples: 42404
39
+ - name: test
40
+ num_bytes: 3276975.2605
41
+ num_examples: 1975
42
+ - name: validation
43
+ num_bytes: 6323317.83178
44
+ num_examples: 3811
45
+ download_size: 33187619
46
+ dataset_size: 82961399.0
47
+ ---
48
+ # Dataset Card for "refcoco"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)