Instructions to use Stern5497/org_modelorg_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Stern5497/org_modelorg_model 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, "Stern5497/org_modelorg_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5387d00 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:754f4c483dbac6a0e1edca0ee68f789e73c61f1a22d13e77f87efdab0e3f4411
size 4984
|