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