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
File size: 134 Bytes
2fc2115 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d747692afb1676b5315588f7184ac937a5b1949b25fc1421654c58446c98c0dc
size 134263757
|