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
Model save
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: constant
|
| 46 |
- lr_scheduler_warmup_ratio: 0.03
|
| 47 |
-
- num_epochs:
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|
|
|
|
| 44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
- lr_scheduler_type: constant
|
| 46 |
- lr_scheduler_warmup_ratio: 0.03
|
| 47 |
+
- num_epochs: 1
|
| 48 |
|
| 49 |
### Training results
|
| 50 |
|