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
|
@@ -67,6 +67,7 @@ The following hyperparameters were used during training:
|
|
| 67 |
|
| 68 |
|
| 69 |
### Evaluation Results on Math500
|
|
|
|
| 70 |

|
| 71 |
|
| 72 |
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
### Evaluation Results on Math500
|
| 70 |
+
The following figure shows the accuracy and the speedup of Collinear Curators C1 and C2 when compared to training on unfiltered dataset.
|
| 71 |

|
| 72 |
|
| 73 |
|