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:e989bc10ffaa1c6380eee3df996775bc7844d41375e1c8fe2c918eaa80df2c45
size 167832688
|