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
7cbca1f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e7dc4c393423b76e4373e5157ddc34803a0189ba96b21ddbb40269d31468a6f2
size 1018370
|