File size: 753 Bytes
e7e3080
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
---
dataset_info:
  features:
  - name: year
    dtype: string
  - name: tier
    dtype: string
  - name: problem_label
    dtype: string
  - name: problem_type
    dtype: string
  - name: exam
    dtype: string
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: metadata
    struct:
    - name: problem_match
      dtype: string
    - name: resource_path
      dtype: string
    - name: solution_match
      dtype: string
  - name: problem_tokens
    dtype: int64
  - name: solution_tokens
    dtype: int64
  splits:
  - name: train
    num_bytes: 13866656
    num_examples: 4464
  download_size: 6217312
  dataset_size: 13866656
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---