Instructions to use dendimaki/mistral-lora-token-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dendimaki/mistral-lora-token-classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "dendimaki/mistral-lora-token-classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ae7048a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eeb9ef3e6bc61a6557315ad27dc1f3c792fabe8363b5fc294e8d0507f8e0c0da
size 5176
|