Instructions to use laquythang/1eda9a11-077c-45a1-80d0-4bfb75031f89 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/1eda9a11-077c-45a1-80d0-4bfb75031f89 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "laquythang/1eda9a11-077c-45a1-80d0-4bfb75031f89") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!