Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,14 @@ This model is designed to:
|
|
42 |
60
|
43 |
```
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
## Training Data
|
47 |
|
@@ -58,7 +66,7 @@ No duplicate expressions were used, ensuring the model learns unique patterns.
|
|
58 |
|
59 |
## Fine-Tuning
|
60 |
|
61 |
-
This model was fine-tuned from the `distilgpt2` base model for
|
62 |
|
63 |
---
|
64 |
|
|
|
42 |
60
|
43 |
```
|
44 |
|
45 |
+
## Benchmark Results
|
46 |
+
|
47 |
+
We evaluated the model using a set of 1000 randomly generated math expressions to assess its performance. Here are the results:
|
48 |
+
|
49 |
+
- **Accuracy**: 0.70% (This reflects how many of the model's answers matched the expected results.)
|
50 |
+
- **Average Inference Time**: 0.1460 seconds per question (This measures the average time the model took to generate an answer for each question.)
|
51 |
+
|
52 |
+
---
|
53 |
|
54 |
## Training Data
|
55 |
|
|
|
66 |
|
67 |
## Fine-Tuning
|
68 |
|
69 |
+
This model was fine-tuned from the `distilgpt2` base model for 100 epochs.
|
70 |
|
71 |
---
|
72 |
|