File size: 828 Bytes
6dfa052 |
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 |
---
dataset_info:
config_name: lcc
features:
- name: question
dtype: string
- name: context
dtype: string
- name: answers
sequence: string
- name: length
dtype: int32
- name: dataset
dtype: string
- name: language
dtype: string
- name: all_classes
dtype: 'null'
- name: _id
dtype: string
- name: _row_id
dtype: int64
- name: context_cheatsheet
dtype: string
- name: prompt_cheatsheet
dtype: string
- name: answer_prefix
dtype: string
- name: task
dtype: string
- name: max_new_tokens
dtype: int64
- name: cheatsheet
dtype: string
splits:
- name: test
num_bytes: 15684246
num_examples: 500
download_size: 5138505
dataset_size: 15684246
configs:
- config_name: lcc
data_files:
- split: test
path: lcc/test-*
---
|