Instructions to use Fischerboot/ll3-c3-lora-new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/ll3-c3-lora-new with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Fischerboot/llama3-carlodda-v1") model = PeftModel.from_pretrained(base_model, "Fischerboot/ll3-c3-lora-new") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3efab42 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:edbfa3e68e7bd2877c4f20deac32548ed2b790a140e509553f9d0647a92fff71
size 671364538
|