File size: 845 Bytes
b60006e |
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 |
---
dataset_info:
features:
- name: topic
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: predicted_answer
dtype: string
- name: retrieved_topic
dtype: string
splits:
- name: mistral_large
num_bytes: 17506
num_examples: 22
- name: llama_3_70b_instruct
num_bytes: 16513
num_examples: 22
- name: gemini_pro
num_bytes: 17108
num_examples: 22
- name: gpt_4o
num_bytes: 16327
num_examples: 22
download_size: 72038
dataset_size: 67454
configs:
- config_name: default
data_files:
- split: mistral_large
path: data/mistral_large-*
- split: llama_3_70b_instruct
path: data/llama_3_70b_instruct-*
- split: gemini_pro
path: data/gemini_pro-*
- split: gpt_4o
path: data/gpt_4o-*
---
|