Instructions to use vonewman/amr_llama2-CodeInstr-finetuned-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vonewman/amr_llama2-CodeInstr-finetuned-model 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, "vonewman/amr_llama2-CodeInstr-finetuned-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
ce2a993
1
Parent(s): 2fc2115
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (17c82bb85102bb73bf22a78728892e4144531f33)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>