alexandonian commited on
Commit
7d2a924
·
verified ·
1 Parent(s): 7cd887f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -75
README.md CHANGED
@@ -1,75 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: int32
6
- - name: title
7
- dtype: string
8
- - name: problem
9
- dtype: string
10
- - name: question_latex
11
- dtype: string
12
- - name: question_html
13
- dtype: string
14
- - name: numerical_answer
15
- dtype: string
16
- - name: pub_date
17
- dtype: string
18
- - name: solved_by
19
- dtype: string
20
- - name: diff_rate
21
- dtype: string
22
- - name: difficulty
23
- dtype: string
24
- splits:
25
- - name: full
26
- num_bytes: 2322335.230603448
27
- num_examples: 918
28
- - name: train
29
- num_bytes: 1856856.2737068965
30
- num_examples: 734
31
- - name: test
32
- num_bytes: 465478.9568965517
33
- num_examples: 184
34
- - name: easy
35
- num_bytes: 700748.2122844828
36
- num_examples: 277
37
- - name: medium
38
- num_bytes: 850005.051724138
39
- num_examples: 336
40
- - name: hard
41
- num_bytes: 771581.9665948276
42
- num_examples: 305
43
- - name: early_problems
44
- num_bytes: 1173816.5
45
- num_examples: 464
46
- - name: later_problems
47
- num_bytes: 1148518.7306034483
48
- num_examples: 454
49
- - name: sample
50
- num_bytes: 126488.84698275862
51
- num_examples: 50
52
- download_size: 5161799
53
- dataset_size: 9415829.769396551
54
- configs:
55
- - config_name: default
56
- data_files:
57
- - split: full
58
- path: data/full-*
59
- - split: train
60
- path: data/train-*
61
- - split: test
62
- path: data/test-*
63
- - split: easy
64
- path: data/easy-*
65
- - split: medium
66
- path: data/medium-*
67
- - split: hard
68
- path: data/hard-*
69
- - split: early_problems
70
- path: data/early_problems-*
71
- - split: later_problems
72
- path: data/later_problems-*
73
- - split: sample
74
- path: data/sample-*
75
- ---