Instructions to use thekrishna/llama2-7b-chat-banking77 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thekrishna/llama2-7b-chat-banking77 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "thekrishna/llama2-7b-chat-banking77") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9e31b72 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:93112843d00a701802d9b9d1276138bd2ef90ca6dd453b32de2b589fce342445
size 134263757
|