File size: 243 Bytes
51e35a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
dataset_info:
  features:
    - name: image
      dtype: image
    - name: input
      dtype: string
    - name: output
      dtype: string
configs:
- config_name: default
  data_files:
    - split: train
      path: sharegpt*.parquet
---