omidrohanian commited on
Commit
afc85b5
1 Parent(s): b45479f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -36,10 +36,11 @@ model.trainAdaptersOnly()
36
 
37
  If you use the model, please cite our paper:
38
  ```
39
- @article{nouriborji2022minialbert,
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
- journal={arXiv preprint arXiv:2210.06425},
43
- year={2022}
 
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
  ```