Instructions to use Truepeak/mistral_instruct_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Truepeak/mistral_instruct_generation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "Truepeak/mistral_instruct_generation") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f1b2b7c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:24c150244b44cba2680db91f0e5e44bc152d8a31ab8dbf1e55cf14756d3ad73f
size 4920
|