From 1c9891f0dbcef7d46f95062493f714cae7c11ee8 Mon Sep 17 00:00:00 2001 From: fabiocapsouza Date: Sun, 15 Nov 2020 12:30:46 -0300 Subject: [PATCH] Revert "Create README.md (#7997)" This reverts commit 1962db100fed4ae5fc2a1d30942bbc8f4edb3bb4. --- model_cards/huawei-noah/DynaBERT_SST-2/README.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 model_cards/huawei-noah/DynaBERT_SST-2/README.md diff --git a/model_cards/huawei-noah/DynaBERT_SST-2/README.md b/model_cards/huawei-noah/DynaBERT_SST-2/README.md deleted file mode 100644 index a0b963b52c273e..00000000000000 --- a/model_cards/huawei-noah/DynaBERT_SST-2/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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.