Instructions to use sergioalves/4f7c7c59-0b71-4dd4-b7de-e40014d1a1ec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/4f7c7c59-0b71-4dd4-b7de-e40014d1a1ec with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("scb10x/llama-3-typhoon-v1.5-8b-instruct") model = PeftModel.from_pretrained(base_model, "sergioalves/4f7c7c59-0b71-4dd4-b7de-e40014d1a1ec") - Notebooks
- Google Colab
- Kaggle
Ctrl+K