Instructions to use collinear-ai/math_reasoning_phi_c1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use collinear-ai/math_reasoning_phi_c1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "collinear-ai/math_reasoning_phi_c1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,11 +29,8 @@ It achieves the following results on the evaluation set:
|
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
-
## Intended uses & limitations
|
| 35 |
-
|
| 36 |
-
Math Reasoning
|
| 37 |
|
| 38 |
## Training and evaluation data
|
| 39 |
|
|
|
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
| 32 |
+
This model is a LoRA adaptor and for best results merge it with base model [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) before use.
|
| 33 |
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
## Training and evaluation data
|
| 36 |
|