Update README.md
Browse files
README.md
CHANGED
@@ -36,10 +36,11 @@ model.trainAdaptersOnly()
|
|
36 |
|
37 |
If you use the model, please cite our paper:
|
38 |
```
|
39 |
-
@
|
40 |
title={MiniALBERT: Model Distillation via Parameter-Efficient Recursive Transformers},
|
41 |
author={Nouriborji, Mohammadmahdi and Rohanian, Omid and Kouchaki, Samaneh and Clifton, David A},
|
42 |
-
|
43 |
-
|
|
|
44 |
}
|
45 |
```
|
|
|
36 |
|
37 |
If you use the model, please cite our paper:
|
38 |
```
|
39 |
+
@inproceedings{nouriborji2023minialbert,
|
40 |
title={MiniALBERT: Model Distillation via Parameter-Efficient Recursive Transformers},
|
41 |
author={Nouriborji, Mohammadmahdi and Rohanian, Omid and Kouchaki, Samaneh and Clifton, David A},
|
42 |
+
booktitle={Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics},
|
43 |
+
pages={1161--1173},
|
44 |
+
year={2023}
|
45 |
}
|
46 |
```
|