File size: 1,067 Bytes
6a5a059 |
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 56 |
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: meta
dtype: string
- name: question_type
dtype: string
- name: rationale
dtype: string
- name: prompt
dtype: string
- name: prompt_oracle
dtype: string
- name: gold_completion
dtype: string
- name: generation_input
dtype: string
- name: generation_input_oracle
dtype: string
- name: completion
dtype: string
- name: completion_oracle
dtype: string
- name: text
dtype: string
- name: text_oracle
dtype: string
- name: log_likelihood
dtype: float64
- name: log_likelihood_oracle
dtype: float64
- name: oracle_advantage
dtype: float64
- name: is_correct
dtype: bool
- name: is_correct_oracle
dtype: bool
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 1052539
num_examples: 230
download_size: 291937
dataset_size: 1052539
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|