Instructions to use alchemist69/c849624d-3be2-491e-9243-8a022f47c156 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alchemist69/c849624d-3be2-491e-9243-8a022f47c156 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tlphams/gollm-12.8b-instruct-v2.3") model = PeftModel.from_pretrained(base_model, "alchemist69/c849624d-3be2-491e-9243-8a022f47c156") - Notebooks
- Google Colab
- Kaggle
Ctrl+K