rd211 commited on
Commit
b9b1e8e
·
verified ·
1 Parent(s): 53beb6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -27,4 +27,20 @@ configs:
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
30
  ---
 
 
 
 
 
 
 
27
  path: data/train-*
28
  - split: test
29
  path: data/test-*
30
+ license: apache-2.0
31
+ task_categories:
32
+ - question-answering
33
+ language:
34
+ - en
35
+ tags:
36
+ - math
37
+ - RL
38
+ size_categories:
39
+ - 10K<n<100K
40
  ---
41
+
42
+ Default Math dataset used for [https://github.com/RD211/actors](https://github.com/RD211/actors).
43
+
44
+ The dataset is a subset of [https://huggingface.co/datasets/SynthLabsAI/Big-Math-RL-Verified](https://huggingface.co/datasets/SynthLabsAI/Big-Math-RL-Verified).
45
+
46
+ Only includes problems with solve rate between 0.05 and 0.6 and only includes problems from `aops_forum` and `olympiads`.