Instructions to use IPG5/elastic-seq-classifier-llama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IPG5/elastic-seq-classifier-llama with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("models-pretrained/llama\\model") model = PeftModel.from_pretrained(base_model, "IPG5/elastic-seq-classifier-llama") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2f8c7b8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e8485b8900f2ef3a891091dbe5ef0edc56f6922c0a23c7dfbb4baf64854f7de4
size 17210102
|