Instructions to use chainyo/alpaca-lora-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chainyo/alpaca-lora-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf") model = PeftModel.from_pretrained(base_model, "chainyo/alpaca-lora-7b") - Notebooks
- Google Colab
- Kaggle
Commit History
fix: LlaMATokenizer -> LlamaTokenizer (#1) 71418c3
fix base model lnik 7c1a079
Update README.md a2c5955
update tokenizer + instructions 5a99b54
chainyo commited on
update readme d417c1f
chainyo commited on
add model weights cbbe0bc
chainyo commited on