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