Instructions to use 0xfaskety/Qwen-Qwen1.5-7B-1719031869 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0xfaskety/Qwen-Qwen1.5-7B-1719031869 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-7B") model = PeftModel.from_pretrained(base_model, "0xfaskety/Qwen-Qwen1.5-7B-1719031869") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
951acb8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:58391cb59c5781c0232fdecd34519715513857bfebc38e2fe8ba4f5bd8068d53
size 5304
|