Text Generation
PEFT
TensorBoard
Safetensors
PyTorch
English
trl
sft
Generated from Trainer
Eval Results (legacy)
Instructions to use Menouar/phi-2-basic-maths with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Menouar/phi-2-basic-maths with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "Menouar/phi-2-basic-maths") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -72,6 +72,7 @@ The training results can be found on [Tensoboard](https://huggingface.co/Menouar
|
|
| 72 |
## Evaluation procedure
|
| 73 |
|
| 74 |
The complete Evaluation procedure can be found on my [Notebook](https://colab.research.google.com/drive/1xsdxOm-CgZmLAPFgp8iU9lLFEIIHGiUK).
|
|
|
|
| 75 |
Accuracy: 36.16%
|
| 76 |
Unclear answers: 7.81%
|
| 77 |
|
|
|
|
| 72 |
## Evaluation procedure
|
| 73 |
|
| 74 |
The complete Evaluation procedure can be found on my [Notebook](https://colab.research.google.com/drive/1xsdxOm-CgZmLAPFgp8iU9lLFEIIHGiUK).
|
| 75 |
+
|
| 76 |
Accuracy: 36.16%
|
| 77 |
Unclear answers: 7.81%
|
| 78 |
|