File size: 702 Bytes
b8a0281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: int64
  - name: original_question_num
    dtype: int64
  - name: language
    dtype: string
  - name: country
    dtype: string
  - name: file_name
    dtype: string
  - name: source
    dtype: string
  - name: license
    dtype: string
  - name: level
    dtype: string
  - name: category_en
    dtype: string
  - name: category_original_lang
    dtype: string
  splits:
  - name: train
    num_bytes: 403384
    num_examples: 939
  download_size: 91598
  dataset_size: 403384
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---