Commit
·
71f45c0
1
Parent(s):
383a5ca
Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,11 @@ model = MiniAlbertForTokenClassification.from_pretrained("nlpie/miniALBERT-128")
|
|
27 |
model = MiniAlbertForTokenClassification.from_pretrained("nlpie/miniALBERT-128")
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
|
|
30 |
# Citation
|
31 |
|
32 |
If you use the model, please cite our paper:
|
|
|
27 |
model = MiniAlbertForTokenClassification.from_pretrained("nlpie/miniALBERT-128")
|
28 |
```
|
29 |
|
30 |
+
In addition, For efficient fine-tuning using the pre-trained bottleneck adapters use the below code:
|
31 |
+
```Python
|
32 |
+
model.trainAdaptersOnly()
|
33 |
+
```
|
34 |
+
|
35 |
# Citation
|
36 |
|
37 |
If you use the model, please cite our paper:
|