Instructions to use dir00/task-16-Qwen-Qwen1.5-4B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dir00/task-16-Qwen-Qwen1.5-4B-Chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-4B-Chat") model = PeftModel.from_pretrained(base_model, "dir00/task-16-Qwen-Qwen1.5-4B-Chat") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.