Instructions to use 1-lock/43a55ece-4d2a-4b3e-93a7-5a47c3c45264 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 1-lock/43a55ece-4d2a-4b3e-93a7-5a47c3c45264 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("upstage/SOLAR-10.7B-Instruct-v1.0") model = PeftModel.from_pretrained(base_model, "1-lock/43a55ece-4d2a-4b3e-93a7-5a47c3c45264") - Notebooks
- Google Colab
- Kaggle
Ctrl+K