Instructions to use gkMSDA/PEFTAdapterWeightsTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use gkMSDA/PEFTAdapterWeightsTest with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("THUDM/chatglm2-6b") model = PeftModel.from_pretrained(base_model, "gkMSDA/PEFTAdapterWeightsTest") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
0e9c85f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7f8d1d06415185533bb6010f4258dfb890d5577d005a281c318166f7454ffc22
size 7820630
|