File size: 843 Bytes
264014d f34dff7 |
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 |
---
license: cc-by-4.0
dataset_info:
features:
- name: id
dtype: string
- name: context
dtype: string
- name: query
dtype: string
- name: answer
dtype: string
- name: work_lang
dtype: string
- name: task_lang
dtype: string
- name: task_type
dtype: string
- name: eval_type
dtype: string
splits:
- name: test
num_bytes: 172934
num_examples: 160
download_size: 76779
dataset_size: 172934
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
task_categories:
- question-answering
- text-generation
- translation
pretty_name: Linguini
size_categories:
- n<1K
---
Dataset of the paper [Linguini ๐: A benchmark for language-agnostic linguistic reasoning](https://huggingface.co/papers/2409.12126)
Code: https://github.com/facebookresearch/linguini |