Instructions to use dzanbek/df0fa936-3f41-4d65-8622-edc329a19b97 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/df0fa936-3f41-4d65-8622-edc329a19b97 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/df0fa936-3f41-4d65-8622-edc329a19b97") - Notebooks
- Google Colab
- Kaggle