Instructions to use souging/705c4745-e35b-4adc-b374-39aae4f1599f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use souging/705c4745-e35b-4adc-b374-39aae4f1599f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "souging/705c4745-e35b-4adc-b374-39aae4f1599f") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
15412f8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0dbbaaa82e46ed2b637bf6b245ac944e795290eb05497a2f489794bef0eae079
size 6264
|