File size: 529 Bytes
4158a46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: problems
    dtype: string
  - name: solution
    dtype: string
  - name: effective
    dtype: string
  splits:
  - name: train
    num_bytes: 2108
    num_examples: 19
  - name: vaild
    num_bytes: 223
    num_examples: 2
  - name: test
    num_bytes: 345
    num_examples: 3
  download_size: 7040
  dataset_size: 2676
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: vaild
    path: data/vaild-*
  - split: test
    path: data/test-*
---