File size: 728 Bytes
a6fe272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: choices
    sequence: string
  - name: correct_answer
    dtype: string
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 8714290.227589186
    num_examples: 19798
  - name: validation
    num_bytes: 1646309.9101152369
    num_examples: 3727
  - name: test
    num_bytes: 553124.2396313364
    num_examples: 1245
  download_size: 5427156
  dataset_size: 10913724.377335759
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---