Instructions to use nhung03/a44e4972-db81-4385-8f30-0ee799009e4e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/a44e4972-db81-4385-8f30-0ee799009e4e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "nhung03/a44e4972-db81-4385-8f30-0ee799009e4e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K