shuyuej's picture
Update README.md
71597fa 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_4")
model.enable_adapters()
```