Instructions to use infogeo/abbd1ff6-736e-40b3-8b20-63f12a05bcac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use infogeo/abbd1ff6-736e-40b3-8b20-63f12a05bcac with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B") model = PeftModel.from_pretrained(base_model, "infogeo/abbd1ff6-736e-40b3-8b20-63f12a05bcac") - Notebooks
- Google Colab
- Kaggle
Ctrl+K