File size: 757 Bytes
f923981 |
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 |
---
dataset_info:
config_name: gpt-4o-mini
features:
- name: model_response
dtype: string
- name: parsed_model_answer
dtype: string
- name: is_correct
dtype: bool
- name: answer_was_parsed
dtype: bool
- name: errored
dtype: bool
- name: messages
dtype: string
- name: payload
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: answerKey
dtype: string
- name: choices
dtype: string
- name: additional_information
dtype: string
splits:
- name: dataset
num_bytes: 927366
num_examples: 100
download_size: 202711
dataset_size: 927366
configs:
- config_name: gpt-4o-mini
data_files:
- split: dataset
path: gpt-4o-mini/dataset-*
---
|