shuyuej's picture
Update README.md
46f69bc verified
|
raw
history blame contribute delete
No virus
181 Bytes
---
license: apache-2.0
---
# ๐Ÿš€ Adapter Usage
```python
# Load the Pre-trained LoRA Adapter
model.load_adapter("shuyuej/prompt_consistency_epoch_1")
model.enable_adapters()
```