"deploy/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "7ca76e8b00d6ad49c4068b8d607b6a828f3cf9f3"
Unverified Commit 43fdafef authored by Zhiqi Huang's avatar Zhiqi Huang Committed by GitHub
Browse files

Create README.md (#7997)

parent 627e8137
# DynaBERT: Dynamic BERT with Adaptive Width and Depth
* DynaBERT can flexibly adjust the size and latency by selecting adaptive width and depth, and
the subnetworks of it have competitive performances as other similar-sized compressed models.
The training process of DynaBERT includes first training a width-adaptive BERT and then
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)
* The results in the paper are produced by using single V100 GPU.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment