Upload README.md with huggingface_hub
Browse files
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
|