Instructions to use duyphu/06e4f150-162e-4e20-a6ff-e56973fcdb58 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/06e4f150-162e-4e20-a6ff-e56973fcdb58 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("fxmarty/tiny-random-GemmaForCausalLM") model = PeftModel.from_pretrained(base_model, "duyphu/06e4f150-162e-4e20-a6ff-e56973fcdb58") - Notebooks
- Google Colab
- Kaggle
Ctrl+K