Instructions to use mamamiya405/alpaca_lora_doc_summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mamamiya405/alpaca_lora_doc_summary 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, "mamamiya405/alpaca_lora_doc_summary") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4797f84 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:126191b59f9ba98ade545b93e9e7441e9735eccd14d58a9a57c4842901b2e880
size 16822989
|