DynaBERT model cards update (#8192)
* Update README.md * Update README.md
This commit is contained in:
@@ -8,13 +8,13 @@ allowing both adaptive width and depth using knowledge distillation.
|
|||||||
* This code is modified based on the repository developed by Hugging Face: [Transformers v2.1.1](https://github.com/huggingface/transformers/tree/v2.1.1), and is released in [GitHub](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/DynaBERT).
|
* This code is modified based on the repository developed by Hugging Face: [Transformers v2.1.1](https://github.com/huggingface/transformers/tree/v2.1.1), and is released in [GitHub](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/DynaBERT).
|
||||||
|
|
||||||
### Reference
|
### Reference
|
||||||
Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Qun Liu.
|
Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Xiao Chen, Qun Liu.
|
||||||
[DynaBERT: Dynamic BERT with Adaptive Width and Depth](https://arxiv.org/abs/2004.04037).
|
[DynaBERT: Dynamic BERT with Adaptive Width and Depth](https://arxiv.org/abs/2004.04037).
|
||||||
```
|
```
|
||||||
@inproceedings{hou2020dynabert,
|
@inproceedings{hou2020dynabert,
|
||||||
title = {DynaBERT: Dynamic BERT with Adaptive Width and Depth},
|
title = {DynaBERT: Dynamic BERT with Adaptive Width and Depth},
|
||||||
author = {Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Qun Liu},
|
author = {Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Xiao Chen, Qun Liu},
|
||||||
booktitle = {NeurIPS},
|
booktitle = {Advances in Neural Information Processing Systems},
|
||||||
year = {2020}
|
year = {2020}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -8,13 +8,13 @@ allowing both adaptive width and depth using knowledge distillation.
|
|||||||
* This code is modified based on the repository developed by Hugging Face: [Transformers v2.1.1](https://github.com/huggingface/transformers/tree/v2.1.1), and is released in [GitHub](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/DynaBERT).
|
* This code is modified based on the repository developed by Hugging Face: [Transformers v2.1.1](https://github.com/huggingface/transformers/tree/v2.1.1), and is released in [GitHub](https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/DynaBERT).
|
||||||
|
|
||||||
### Reference
|
### Reference
|
||||||
Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Qun Liu.
|
Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Xiao Chen, Qun Liu.
|
||||||
[DynaBERT: Dynamic BERT with Adaptive Width and Depth](https://arxiv.org/abs/2004.04037).
|
[DynaBERT: Dynamic BERT with Adaptive Width and Depth](https://arxiv.org/abs/2004.04037).
|
||||||
```
|
```
|
||||||
@inproceedings{hou2020dynabert,
|
@inproceedings{hou2020dynabert,
|
||||||
title = {DynaBERT: Dynamic BERT with Adaptive Width and Depth},
|
title = {DynaBERT: Dynamic BERT with Adaptive Width and Depth},
|
||||||
author = {Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Qun Liu},
|
author = {Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Xiao Chen, Qun Liu},
|
||||||
booktitle = {NeurIPS},
|
booktitle = {Advances in Neural Information Processing Systems},
|
||||||
year = {2020}
|
year = {2020}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user