Instructions to use alchemist69/dd9e6f99-5f3a-40cc-bb83-e254ec5cb062 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alchemist69/dd9e6f99-5f3a-40cc-bb83-e254ec5cb062 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.5") model = PeftModel.from_pretrained(base_model, "alchemist69/dd9e6f99-5f3a-40cc-bb83-e254ec5cb062") - Notebooks
- Google Colab
- Kaggle
Ctrl+K