Instructions to use Silvers-145/mistral_instruct_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Silvers-145/mistral_instruct_generation with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "Silvers-145/mistral_instruct_generation") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
71aa40b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6a35f34f4e4a240eaa4c7ae3b3b7e46896fb2bf0b86f0df6155c2841bd67c6ee
size 4728
|