Instructions to use kloodia/lora-8b-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kloodia/lora-8b-code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "kloodia/lora-8b-code") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3305bc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0fc47a370c266469889239ea4504db07a18d05dac20a895c1ba207547fb7d5d5
size 335706186
|