Instructions to use VERSIL91/c08002b8-496e-4079-8ab8-71135a1e9a7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/c08002b8-496e-4079-8ab8-71135a1e9a7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("facebook/opt-350m") model = PeftModel.from_pretrained(base_model, "VERSIL91/c08002b8-496e-4079-8ab8-71135a1e9a7b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K