Instructions to use Fischerboot/ll3-c2-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fischerboot/ll3-c2-lora 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-c2-lora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2730a7d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7051634ee24e30f620aa946749cc6b7d352ce5f9aca81d2451d6b74ee2e712f5
size 167934026
|