File size: 2,337 Bytes
8249d82 636bd28 1618cf7 95da235 1618cf7 d0a9089 636bd28 d0a9089 636bd28 1618cf7 636bd28 8249d82 |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
---
license: other
license_name: j-archive-tos
license_link: https://j-archive.com/help.php#terms
dataset_info:
- config_name: all_questions
features:
- name: category
dtype: string
- name: air_date
dtype: string
- name: question
dtype: string
- name: value
dtype: string
- name: answer
dtype: string
- name: round
dtype: string
- name: show_number
dtype: string
- name: context
dtype: string
- name: ee-question
dtype: string
- name: ee-continuation
dtype: string
- name: ee-category
dtype: string
- name: continuation
dtype: string
- name: id
dtype: string
- name: og-category
dtype: string
- name: mosaicml_gauntlet
dtype: bool
splits:
- name: train
num_bytes: 110464105
num_examples: 216930
download_size: 67801636
dataset_size: 110464105
- config_name: mosaicml_gauntlet
features:
- name: category
dtype: string
- name: air_date
dtype: string
- name: question
dtype: string
- name: value
dtype: string
- name: answer
dtype: string
- name: round
dtype: string
- name: show_number
dtype: string
- name: context
dtype: string
- name: ee-question
dtype: string
- name: ee-continuation
dtype: string
- name: ee-category
dtype: string
- name: continuation
dtype: string
- name: id
dtype: string
- name: og-category
dtype: string
- name: mosaicml_gauntlet
dtype: bool
splits:
- name: train
num_bytes: 1083538
num_examples: 2116
download_size: 661802
dataset_size: 1083538
configs:
- config_name: all_questions
data_files:
- split: train
path: data/all_questions/train-*
- config_name: mosaicml_gauntlet
data_files:
- split: train
path: data/mosaicml_gauntlet/train-*
---
# Jeopardy questions from Mosaic Gauntlet
Sourced from https://github.com/mosaicml/llm-foundry/blob/main/scripts/eval/local_data/world_knowledge/jeopardy_all.jsonl
Description: Jeopardy consists of 2,117 Jeopardy questions separated into 5 categories:
Literature, American History, World History, Word Origins, and Science. The model is expected
to give the exact correct response to the question. It was custom curated by MosaicML from a
larger Jeopardy set available on [Huggingface](https://huggingface.co/datasets/jeopardy).
|