Instructions to use dewigould/stratos-math-code-32B-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dewigould/stratos-math-code-32B-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "dewigould/stratos-math-code-32B-lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 2.968, | |
| "total_flos": 684564746862592.0, | |
| "train_loss": 0.5845587183304919, | |
| "train_runtime": 23921.9487, | |
| "train_samples_per_second": 0.502, | |
| "train_steps_per_second": 0.005 | |
| } |