File size: 507 Bytes
0d4e42b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
647f6a3
0d4e42b
647f6a3
 
0d4e42b
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: image
    dtype: image
  - name: description
    dtype: string
  - name: extractions
    dtype: string
  - name: conversations
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  splits:
  - name: train
    num_bytes: 761249867.75
    num_examples: 2034
  download_size: 756571301
  dataset_size: 761249867.75
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---