Instructions to use nik-sharma-10/finetuned_Codellama_Unsloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nik-sharma-10/finetuned_Codellama_Unsloth with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codellama-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "nik-sharma-10/finetuned_Codellama_Unsloth") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
File size: 129 Bytes
647e35f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:eb911bb6adc82b47260b142014528e6ceb885ff31bc7d7decf7a673e74aecf0c
size 5432
|