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: 129 Bytes
3efab42 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:221c1c73c2f6e5abc702ed6ad70b63f030ca153ad4ced81da69d95da25b5d118
size 6008
|