File size: 181 Bytes
ccfe151
 
 
71597fa
 
 
 
 
 
 
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_4")
model.enable_adapters()
```