pymlex commited on
Commit
1e08756
·
verified ·
1 Parent(s): e0c7823

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -28,11 +28,7 @@ This is a synthetic deterministic dataset with nested arithmetic expressions and
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
 
@@ -59,6 +55,10 @@ Each step from 1 to 15 appears exactly:
59
  - 50 times in validation
60
  - 200 times in test
61
 
 
 
 
 
62
  ## Example
63
 
64
  ```text
 
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
 
 
55
  - 50 times in validation
56
  - 200 times in test
57
 
58
+ The symbol-length distribution:
59
+
60
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/6957bafe54c6b170be4df9cb/53cwZPx7zi3TD4EeW-cF3.png)
61
+
62
  ## Example
63
 
64
  ```text