pymlex commited on
Commit
2009ad8
·
verified ·
1 Parent(s): 2b1fc8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -22,17 +22,13 @@ configs:
22
 
23
  ## Overview
24
 
25
- This is a synthetic deterministic dataset with nested arithmetic expressions and step-by-step solutions. We provide balanced examples of bracketed arithmetic expressions using:
26
 
27
  - parentheses: `()`
28
  - square brackets: `[]`
29
  - curly braces: `{}`
30
 
31
- and operators:
32
-
33
- - `+`
34
- - `-`
35
- - `*`
36
 
37
  The dataset is balanced across reduction depths from 1 to 15 and is intended for SLMs that learn structured mathematical reasoning from examples.
38
 
@@ -61,7 +57,7 @@ Each step from 1 to 15 appears exactly:
61
  -
62
  The symbol-length distribution:
63
 
64
- ![download](https://cdn-uploads.huggingface.co/production/uploads/6957bafe54c6b170be4df9cb/9PUQQY07hC2qkn7hv3ti8.png)
65
 
66
  ## Example
67
 
 
22
 
23
  ## Overview
24
 
25
+ This is a synthetic deterministic dataset with nested arithmetic expressions and step-by-step solutions. We provide examples of bracketed arithmetic expressions using:
26
 
27
  - parentheses: `()`
28
  - square brackets: `[]`
29
  - curly braces: `{}`
30
 
31
+ and operators: `+`, `-`, `*`.
 
 
 
 
32
 
33
  The dataset is balanced across reduction depths from 1 to 15 and is intended for SLMs that learn structured mathematical reasoning from examples.
34
 
 
57
  -
58
  The symbol-length distribution:
59
 
60
+ ![download](https://cdn-uploads.huggingface.co/production/uploads/6957bafe54c6b170be4df9cb/D_Io7xdzQaRayMtzRmdxB.png)
61
 
62
  ## Example
63