Instructions to use Vageesh1/LLAMAv2_AlPaca_Json with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vageesh1/LLAMAv2_AlPaca_Json with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Vageesh1/LLAMAv2_AlPaca_Json") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
4641bdd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:363199f35dde2770a8a0ddc3b3dd9e34c0a17359dbb8950015b7d4e2ef52bb06
size 33600461
|