Instructions to use Infernaught/llama-2-13b-hf-codealpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/llama-2-13b-hf-codealpaca 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, "Infernaught/llama-2-13b-hf-codealpaca") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
cfb750c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c78c3c127c0d36b44c25f07eb1bcca924b9b4e34f00c140aea970f56028deb94
size 26271757
|