NecroMOnk commited on
Commit
ef6564d
·
verified ·
1 Parent(s): 2837438

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -48,6 +48,11 @@ Each record is in ChatML format:
48
  Problems sourced from [Khan Academy](https://www.khanacademy.org/) via the AMPS dataset.
49
  Problems and answers are in LaTeX format.
50
 
 
 
 
 
 
51
  ## Usage
52
 
53
  ```python
 
48
  Problems sourced from [Khan Academy](https://www.khanacademy.org/) via the AMPS dataset.
49
  Problems and answers are in LaTeX format.
50
 
51
+ ## Versions
52
+
53
+ - **v1** – raw extraction, minor artifacts possible (e.g. degenerate intervals, `+-` notation)
54
+ - **v2** – cleaned formulas, extraction artifacts removed *(coming soon)*
55
+
56
  ## Usage
57
 
58
  ```python