File size: 676 Bytes
fd6b0ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_options
    dtype: image
  - name: caption_options
    list: string
  - name: true_caption
    dtype: string
  - name: false_caption
    dtype: string
  - name: true_triples
    list:
      list: string
  - name: false_triples
    list:
      list: string
  splits:
  - name: vg_relation
    num_bytes: 5508471352
    num_examples: 23937
  - name: vg_attribution
    num_bytes: 7215876401
    num_examples: 28748
  download_size: 12552103344
  dataset_size: 12724347753
configs:
- config_name: default
  data_files:
  - split: vg_relation
    path: data/vg_relation-*
  - split: vg_attribution
    path: data/vg_attribution-*
---