Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
arjunguha's picture
Librarian Bot: Add language metadata for dataset (#2)
60b35ff verified
|
raw
history blame
985 Bytes
---
language:
- en
dataset_info:
- config_name: obscure_questions
features:
- name: url
dtype: string
- name: article_id
dtype: string
- name: prompt
dtype: string
- name: choices
sequence: string
- name: correct_answer
dtype: string
- name: id
dtype: int64
splits:
- name: test
num_bytes: 239950
num_examples: 931
download_size: 107540
dataset_size: 239950
- config_name: wikipedia-northeastern-university
features:
- name: id
dtype: string
- name: url
dtype: string
- name: title
dtype: string
- name: text
dtype: string
splits:
- name: test
num_bytes: 7640857.145607997
num_examples: 2434
download_size: 12949685
dataset_size: 7640857.145607997
configs:
- config_name: obscure_questions
data_files:
- split: test
path: obscure_questions/test-*
- config_name: wikipedia-northeastern-university
data_files:
- split: test
path: wikipedia-northeastern-university/test-*
---