Instructions to use dfurman/Llama-2-13B-Instruct-v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dfurman/Llama-2-13B-Instruct-v0.2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "dfurman/Llama-2-13B-Instruct-v0.2") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
176a21c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9224b8ec5212499b351f7fbeacd43080d2ba8e1a39bdfd6f90686ded9310d14b
size 419546189
|