Instructions to use daniel40/35542c81-013f-4ffe-ae65-f9bd705b979e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/35542c81-013f-4ffe-ae65-f9bd705b979e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-llama-2-7b") model = PeftModel.from_pretrained(base_model, "daniel40/35542c81-013f-4ffe-ae65-f9bd705b979e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K