Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -14,36 +14,46 @@ dataset_info:
|
|
14 |
- name: split
|
15 |
dtype: string
|
16 |
- name: sentences
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- name: category_id
|
19 |
dtype: int64
|
20 |
-
- name:
|
21 |
-
sequence: string
|
22 |
-
- name: image_info
|
23 |
dtype: string
|
24 |
-
- name:
|
25 |
dtype: string
|
26 |
-
- name:
|
|
|
|
|
27 |
dtype: string
|
28 |
- name: bbox
|
29 |
sequence: float64
|
|
|
|
|
30 |
- name: global_image_id
|
31 |
dtype: string
|
32 |
splits:
|
33 |
- name: train
|
34 |
-
num_bytes:
|
35 |
num_examples: 42404
|
36 |
- name: testB
|
37 |
-
num_bytes:
|
38 |
num_examples: 1810
|
39 |
- name: test
|
40 |
-
num_bytes:
|
41 |
num_examples: 1975
|
42 |
- name: validation
|
43 |
-
num_bytes:
|
44 |
num_examples: 3811
|
45 |
-
download_size:
|
46 |
-
dataset_size:
|
47 |
---
|
48 |
# Dataset Card for "refcoco"
|
49 |
|
|
|
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 |
splits:
|
43 |
- name: train
|
44 |
+
num_bytes: 80612144.55392
|
45 |
num_examples: 42404
|
46 |
- name: testB
|
47 |
+
num_bytes: 3440901.3688
|
48 |
num_examples: 1810
|
49 |
- name: test
|
50 |
+
num_bytes: 3754574.698
|
51 |
num_examples: 1975
|
52 |
- name: validation
|
53 |
+
num_bytes: 7244903.37928
|
54 |
num_examples: 3811
|
55 |
+
download_size: 38427962
|
56 |
+
dataset_size: 95052524.0
|
57 |
---
|
58 |
# Dataset Card for "refcoco"
|
59 |
|