File size: 2,383 Bytes
fd0fa8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
configs:
- config_name: default
  data_files:
  - split: refclef_unc_val
    path: data/refclef_unc_val-*
  - split: refclef_unc_testA
    path: data/refclef_unc_testA-*
  - split: refclef_unc_testB
    path: data/refclef_unc_testB-*
  - split: refclef_unc_testC
    path: data/refclef_unc_testC-*
  - split: refclef_berkeley_val
    path: data/refclef_berkeley_val-*
  - split: refclef_berkeley_test
    path: data/refclef_berkeley_test-*
dataset_info:
  features:
  - name: ref_list
    list:
    - name: ann_info
      struct:
      - name: area
        dtype: int64
      - name: bbox
        sequence: float64
      - name: category_id
        dtype: int64
      - name: id
        dtype: string
      - name: image_id
        dtype: int64
      - name: mask_name
        dtype: string
      - name: segmentation
        list:
        - name: counts
          dtype: string
        - name: size
          sequence: int64
    - name: ref_info
      struct:
      - name: ann_id
        dtype: string
      - name: category_id
        dtype: int64
      - name: image_id
        dtype: int64
      - name: ref_id
        dtype: int64
      - name: sent_ids
        sequence: int64
      - name: sentences
        list:
        - name: raw
          dtype: string
        - name: sent
          dtype: string
        - name: sent_id
          dtype: int64
        - name: tokens
          sequence: string
      - name: split
        dtype: string
  - name: image_info
    struct:
    - name: file_name
      dtype: string
    - name: height
      dtype: int64
    - name: id
      dtype: int64
    - name: width
      dtype: int64
  - name: image
    dtype: image
  splits:
  - name: refclef_unc_val
    num_bytes: 176315268.0
    num_examples: 2000
  - name: refclef_unc_testA
    num_bytes: 38748729.0
    num_examples: 485
  - name: refclef_unc_testB
    num_bytes: 41495038.0
    num_examples: 490
  - name: refclef_unc_testC
    num_bytes: 37159288.0
    num_examples: 465
  - name: refclef_berkeley_val
    num_bytes: 90320401.0
    num_examples: 1000
  - name: refclef_berkeley_test
    num_bytes: 889898825.642
    num_examples: 9999
  download_size: 1256485050
  dataset_size: 1273937549.642
---
# Dataset Card for "refclef-benchmark"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)