Instructions to use kajol/mistral_math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kajol/mistral_math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ") model = PeftModel.from_pretrained(base_model, "kajol/mistral_math") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
3a7949e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a1be64631dbe5f4a5fbedfd571de483e07d86eeb4c49f3e3c86553979ef34e34
size 27280152
|