Instructions to use bleugreen/mistral_task with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bleugreen/mistral_task 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, "bleugreen/mistral_task") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8cc5e13 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:11d1c03a97e7cd23f6f5eed22709989e37209afcada0b2627fa521049dd0ff66
size 109144397
|