File size: 588 Bytes
3e00c3f |
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: prompt
dtype: string
- name: completion
dtype: string
- name: label
dtype: bool
- name: bertscore_f1
dtype: float64
- name: rank
dtype: int64
- name: file_name
dtype: string
- name: categories
dtype: string
- name: subcategories
dtype: string
- name: reference_explanation
dtype: string
splits:
- name: train
num_bytes: 1772726
num_examples: 440
download_size: 267579
dataset_size: 1772726
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|