Instructions to use PaulTran/MetaMistral-7b-mcq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PaulTran/MetaMistral-7b-mcq with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-math/MetaMath-Mistral-7B") model = PeftModel.from_pretrained(base_model, "PaulTran/MetaMistral-7b-mcq") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13648432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a037c3a30dc57c0ae7222e557a47b49dbd6ab91c786b27938bf4451867fa83
|
| 3 |
size 13648432
|