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