File size: 857 Bytes
67e1852 bdcc8be 67e1852 bdcc8be 67e1852 bdcc8be 67e1852 bdcc8be 67e1852 bdcc8be 67e1852 |
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 |
---
dataset_info:
features:
- name: question
dtype: string
- name: option_a
dtype: string
- name: option_b
dtype: string
- name: option_c
dtype: string
- name: option_d
dtype: string
- name: answer
dtype: string
- name: type
dtype: string
splits:
- name: correct_word
num_bytes: 235877
num_examples: 1501
- name: meaning
num_bytes: 46917
num_examples: 236
- name: meaning_in_context
num_bytes: 19768
num_examples: 72
- name: fill_in
num_bytes: 9682
num_examples: 52
download_size: 132455
dataset_size: 312244
configs:
- config_name: default
data_files:
- split: correct_word
path: data/correct_word-*
- split: meaning
path: data/meaning-*
- split: meaning_in_context
path: data/meaning_in_context-*
- split: fill_in
path: data/fill_in-*
---
|