Instructions to use exontidev/SISUS_ADAPTERS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use exontidev/SISUS_ADAPTERS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai-forever/rugpt3large_based_on_gpt2") model = PeftModel.from_pretrained(base_model, "exontidev/SISUS_ADAPTERS") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
141f4c4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:daeb0c67053ef9f1d126c4ee184f5c13987019860c5ddeec3533d54c82a7c21c
size 14244
|