Instructions to use bbytxt/19f15561-92e1-4bf4-8d65-5b532fafa1e2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/19f15561-92e1-4bf4-8d65-5b532fafa1e2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "bbytxt/19f15561-92e1-4bf4-8d65-5b532fafa1e2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8c61c98 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4cc46c3d786b4ad5aefc4cac1c3cd6496cf01e7db3c9be22966e0fc30c758034
size 6840
|