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
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# phi-2-basic-maths
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# phi-2-basic-maths
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on GSMK8 dataset.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|