File size: 767 Bytes
24f8ab4 409eb9e 24f8ab4 8dd280a 24f8ab4 ced76bf 24f8ab4 ced76bf 24f8ab4 ced76bf 24f8ab4 |
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 |
---
dataset_info:
features:
- name: messages
list:
- name: content
list:
- name: image
dtype: string
- name: text
dtype: string
- name: type
dtype: string
- name: role
dtype: string
- name: target
dtype: float64
- name: class_1
dtype: string
- name: class_2
dtype: string
- name: count_1
dtype: int64
- name: count_2
dtype: int64
splits:
- name: train
num_bytes: 873210011
num_examples: 930800
- name: validation
num_bytes: 37034869
num_examples: 39270
download_size: 31740056
dataset_size: 910244880
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|