Instructions to use 0xfaskety/Qwen-Qwen1.5-7B-1720158027 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0xfaskety/Qwen-Qwen1.5-7B-1720158027 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-1720158027") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b35079c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b5fe7ca498a0d65d0aebf70d86655150102da5c4c5afd81674af895f7f8e79f
size 5304
|