Instructions to use Sudhee1997/Llama-2-7b-Custom-Recruit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sudhee1997/Llama-2-7b-Custom-Recruit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Sudhee1997/Llama-2-7b-Custom-Recruit") - Notebooks
- Google Colab
- Kaggle
Rename pytorch_model.bin to adapter_model.bin
#2
by delitante-coder - opened
Please check whether the name was adapter_model.bin, instead of pytorch_model.bin
delitante-coder changed pull request status to closed