Instructions to use Infernaught/test_adalora_weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/test_adalora_weights with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "Infernaught/test_adalora_weights") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
a671fd6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e93923708a736ac73ccadcea7da9ff4cc3fd23ff4e4659cd2a04df64b7556c07
size 10517
|