File size: 706 Bytes
0725aba | 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 | ---
dataset_info:
features:
- name: difficulty
dtype: int64
- name: source
dtype: string
- name: domain
dtype: string
- name: conversations
list:
- name: from
dtype: string
- name: value
dtype: string
splits:
- name: train
num_bytes: 47810695660.0
num_examples: 960000
- name: validation
num_bytes: 5976336957.5
num_examples: 120000
- name: test
num_bytes: 5976336957.5
num_examples: 120000
download_size: 28311631742
dataset_size: 59763369575.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|