File size: 456 Bytes
b050718
 
 
 
 
 
 
 
 
 
 
 
 
a85f46c
 
 
 
 
b050718
 
 
 
 
a85f46c
 
b050718
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
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 514104199
    num_examples: 1789700
  - name: test
    num_bytes: 589501
    num_examples: 2000
  download_size: 288000031
  dataset_size: 514693700
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---