Instructions to use sandeshrajx/code-alpaca-100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sandeshrajx/code-alpaca-100 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhishek/llama-2-7b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "sandeshrajx/code-alpaca-100") - Notebooks
- Google Colab
- Kaggle
Commit ·
2c05372
1
Parent(s): 2c9eddb
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (1517e88a9fe63d28eae7175d2d93def52d43b62c)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>