Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- math
|
| 7 |
---
|
| 8 |
+
|
| 9 |
+
# Nano Math Solver
|
| 10 |
+
|
| 11 |
+
A small model for solving quadratic equations, trained on a special database.
|
| 12 |
+
|
| 13 |
+
## files
|
| 14 |
+
|
| 15 |
+
The `/math_gpt2_final` folder contains the model, the `math_gpt2.py` file is the configuration and training file.
|
| 16 |
+
|
| 17 |
+
To run: `interface.py` file
|