Instructions to use nagupv/Stable13B_LLM_SeqExam_f0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nagupv/Stable13B_LLM_SeqExam_f0 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("stabilityai/StableBeluga-13B") model = PeftModel.from_pretrained(base_model, "nagupv/Stable13B_LLM_SeqExam_f0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K