Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
library_name: transformers
|
| 3 |
-
tags:
|
| 4 |
-
- trl
|
| 5 |
-
- dpo
|
| 6 |
-
language:
|
| 7 |
-
- en
|
| 8 |
-
base_model:
|
| 9 |
-
- entfane/math-professor-3B
|
| 10 |
-
pipeline_tag: text-generation
|
| 11 |
-
metrics:
|
| 12 |
-
- accuracy
|
| 13 |
-
---
|
| 14 |
|
| 15 |
<img src="https://huggingface.co/entfane/math-professor-3B-dpo/resolve/main/math-professor-image.png" width="300" height="300"/>
|
| 16 |
|
|
@@ -47,5 +47,5 @@ print(tokenizer.decode(output[0], skip_special_tokens=False))
|
|
| 47 |
|
| 48 |
### Evaluation
|
| 49 |
|
| 50 |
-
Model was tested on final
|
| 51 |
-
Reaching accuracy of
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- trl
|
| 5 |
+
- dpo
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- entfane/math-professor-3B
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
---
|
| 14 |
|
| 15 |
<img src="https://huggingface.co/entfane/math-professor-3B-dpo/resolve/main/math-professor-image.png" width="300" height="300"/>
|
| 16 |
|
|
|
|
| 47 |
|
| 48 |
### Evaluation
|
| 49 |
|
| 50 |
+
Model was tested on final answer value match on [openai/gsm8k](https://huggingface.co/datasets/openai/gsm8k) dataset.
|
| 51 |
+
Reaching accuracy of <b>58%</b>
|