Instructions to use VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "VERSIL91/3c9f2b43-ecf9-4123-abae-00a3bc8bec3b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K