Instructions to use akacaptain/dragonclaw_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use akacaptain/dragonclaw_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "akacaptain/dragonclaw_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
956138b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:40643776cde8fac0631a8e2130d447db604cad2e079e54c89d377ff5d4cdc7da
size 5201
|