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