File size: 705 Bytes
ffd081c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: goal
    dtype: string
  - name: sol1
    dtype: string
  - name: sol2
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': '0'
          '1': '1'
  splits:
  - name: train
    num_bytes: 2547012.970893068
    num_examples: 10000
  - name: train_4k
    num_bytes: 1018805.1883572271
    num_examples: 4000
  - name: train_2k
    num_bytes: 509402.59417861357
    num_examples: 2000
  download_size: 2644256
  dataset_size: 4075220.7534289085
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: train_4k
    path: data/train_4k-*
  - split: train_2k
    path: data/train_2k-*
---