Instructions to use eeeebbb2/9ee0963d-7a6c-4e1c-b3c7-d07d16658abc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eeeebbb2/9ee0963d-7a6c-4e1c-b3c7-d07d16658abc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-0.5B") model = PeftModel.from_pretrained(base_model, "eeeebbb2/9ee0963d-7a6c-4e1c-b3c7-d07d16658abc") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!