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