Instructions to use dzanbek/d88783a6-4c53-475a-8545-bf69a0286e0c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/d88783a6-4c53-475a-8545-bf69a0286e0c 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, "dzanbek/d88783a6-4c53-475a-8545-bf69a0286e0c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K