File size: 181 Bytes
3aa9556
 
 
5a3fa0e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
---
license: apache-2.0
---

# 🚀 Adapter Usage
```python
# Load the Pre-trained LoRA Adapter
model.load_adapter("shuyuej/prompt_consistency_epoch_2")
model.enable_adapters()
```