File size: 620 Bytes
4bf269e |
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 |
---
dataset_info:
features:
- name: title
dtype: string
- name: text
dtype: 'null'
- name: instruction
dtype: string
- name: descriptions
dtype: string
- name: distilabel_metadata
struct:
- name: raw_output_description-text-genration
dtype: string
- name: model_name
dtype: string
- name: good_description
dtype: 'null'
- name: bad_description
dtype: 'null'
splits:
- name: train
num_bytes: 32358
num_examples: 9
download_size: 38443
dataset_size: 32358
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|