Instructions to use bmehrba/Llama-2-13b-chat-hf-fine-tuned_Aleatoric_Llama13b_0.8_Seed102 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bmehrba/Llama-2-13b-chat-hf-fine-tuned_Aleatoric_Llama13b_0.8_Seed102 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, "bmehrba/Llama-2-13b-chat-hf-fine-tuned_Aleatoric_Llama13b_0.8_Seed102") - Notebooks
- Google Colab
- Kaggle