Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,9 @@ library_name: transformers
|
|
| 11 |
|
| 12 |
This model is a **fine-tuned version of DistilGPT-2** on a custom dataset consisting exclusively of arithmetic problems and their answers. The goal of this model is to act as a **calculator** that can solve basic arithmetic problems.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
## Model Description
|
| 15 |
|
| 16 |
The model was trained using a dataset of simple arithmetic expressions, including addition, subtraction, multiplication, and division. The training data was generated using Python and ensured to have **no duplicate expressions**.
|
|
|
|
| 11 |
|
| 12 |
This model is a **fine-tuned version of DistilGPT-2** on a custom dataset consisting exclusively of arithmetic problems and their answers. The goal of this model is to act as a **calculator** that can solve basic arithmetic problems.
|
| 13 |
|
| 14 |
+
## Benchmark
|
| 15 |
+
Link [here](https://huggingface.co/spaces/FlameF0X/Simple-Math-Benchmark).
|
| 16 |
+
|
| 17 |
## Model Description
|
| 18 |
|
| 19 |
The model was trained using a dataset of simple arithmetic expressions, including addition, subtraction, multiplication, and division. The training data was generated using Python and ensured to have **no duplicate expressions**.
|