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
Librarian Bot: Add base_model information to model
#3 opened over 2 years ago
by
librarian-bot
Rename config.json to adapter_config.json
1
#1 opened over 2 years ago
by
delitante-coder