jxu124 commited on
Commit
12e20b0
1 Parent(s): 93c8fe6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ list:
18
+ - name: raw
19
+ dtype: string
20
+ - name: sent
21
+ dtype: string
22
+ - name: sent_id
23
+ dtype: int64
24
+ - name: tokens
25
+ sequence: string
26
+ - name: category_id
27
+ dtype: int64
28
+ - name: raw_anns
29
+ dtype: string
30
+ - name: raw_image_info
31
+ dtype: string
32
+ - name: raw_sentences
33
+ dtype: string
34
+ - name: image_path
35
+ dtype: string
36
+ - name: bbox
37
+ sequence: float64
38
+ - name: captions
39
+ sequence: string
40
+ - name: global_image_id
41
+ dtype: string
42
+ - name: anns_id
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 81937869
47
+ num_examples: 42278
48
+ - name: testB
49
+ num_bytes: 3273927
50
+ num_examples: 1798
51
+ - name: test
52
+ num_bytes: 3969265
53
+ num_examples: 1975
54
+ - name: validation
55
+ num_bytes: 7399541
56
+ num_examples: 3805
57
+ download_size: 39772801
58
+ dataset_size: 96580602
59
+ ---
60
+ # Dataset Card for "refcocoplus"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)