Instructions to use ajash/Amazon-lm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ajash/Amazon-lm with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/LLaMA-2-7B-32K") model = PeftModel.from_pretrained(base_model, "ajash/Amazon-lm") - Notebooks
- Google Colab
- Kaggle
Commit ·
0487d1a
1
Parent(s): c025785
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (8e9c07f0dd74351a7a30e5d19fadac85aa27fc1d)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>