File size: 1,058 Bytes
d36b7ed 6fcdeca a67acd9 d36b7ed 042c77f d36b7ed | 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 49 50 51 52 53 54 55 | ---
dataset_info:
features:
- name: conversations
list:
- name: from
dtype: string
- name: value
dtype: string
- name: source_file
dtype: string
- name: category
dtype: string
- name: secondary_categories
sequence: string
- name: scenario
dtype: string
- name: language
dtype: string
- name: quality_scores
struct:
- name: completeness
dtype: int64
- name: cot_quality
dtype: int64
- name: factual_correctness
dtype: int64
- name: is_cot
dtype: bool
- name: relevance
dtype: int64
- name: verdict
dtype: string
- name: generator_model
dtype: string
- name: prompt_version
dtype: string
splits:
- name: train
num_bytes: 556252131
num_examples: 23688
- name: validation
num_bytes: 62590273
num_examples: 2667
download_size: 193589377
dataset_size: 618842404
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|