Instructions to use ihebjer00/finetuned-MistAct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ihebjer00/finetuned-MistAct 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, "ihebjer00/finetuned-MistAct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
541769d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:16a7a127eb88cf88c63881464b5d79a3a610f224ddfdd8e4910ed63dab85146b
size 4920
|