Instructions to use nagupv/Llama-7B_LLMExam_f0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nagupv/Llama-7B_LLMExam_f0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("abhishek/llama-2-7b-hf-small-shards") model = PeftModel.from_pretrained(base_model, "nagupv/Llama-7B_LLMExam_f0") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1 opened almost 3 years ago
by
librarian-bot