Instructions to use clepelaars/task-7-Qwen-Qwen2.5-Coder-14B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use clepelaars/task-7-Qwen-Qwen2.5-Coder-14B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-14B-Instruct") model = PeftModel.from_pretrained(base_model, "clepelaars/task-7-Qwen-Qwen2.5-Coder-14B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
11691ab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b23a40f50ee918153bf636d9997608cef1d5d6679f5dc2965d2740f2c5bd6ce
size 5560
|