File size: 575 Bytes
c3174ab | 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 | ---
dataset_info:
features:
- name: trajectory
list:
- name: content
dtype: string
- name: role
dtype: string
- name: sampled_len_from_5
dtype: int64
- name: sampled_h_from_sampled_len
dtype: int64
- name: trajectory_sampled_h_from_sampled_len
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 20784
num_examples: 1
download_size: 22579
dataset_size: 20784
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|