File size: 841 Bytes
ef91ad1 4bcf11c ef91ad1 4bcf11c ef91ad1 |
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 44 45 46 47 48 |
---
dataset_info:
features:
- name: topic
dtype: string
- name: views
dtype: int64
- name: source
dtype: string
- name: title
dtype: string
- name: skip_prompt_formatting
dtype: bool
- name: idx
dtype: string
- name: model
dtype: string
- name: language
dtype: string
- name: hash
sequence: int64
- name: model_name
dtype: string
- name: custom_instruction
dtype: bool
- name: system_prompt
dtype: string
- name: id
dtype: string
- name: category
dtype: string
- name: avatarUrl
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 3572547378
num_examples: 1996447
download_size: 1817368547
dataset_size: 3572547378
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|