Update README.md
Browse files- README.md +7 -8
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -8,17 +8,16 @@ thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
##
|
12 |
|
13 |
[DeBERTa](https://arxiv.org/abs/2006.03654) improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder. With those two improvements, DeBERTa out perform RoBERTa on a majority of NLU tasks with 80GB training data.
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
mDeBERTa is
|
20 |
-
|
21 |
-
The mDeBERTa V3 base model comes with 12 layers and a hidden size of 768. Its total parameter number is 280M since we use a vocabulary containing 250K tokens which introduce 190M parameters in the Embedding layer. This model was trained using the 2.5T CC100 data as XLM-R.
|
22 |
|
23 |
|
24 |
#### Fine-tuning on NLU tasks
|
@@ -68,7 +67,7 @@ python -m torch.distributed.launch --nproc_per_node=${num_gpus} \
|
|
68 |
|
69 |
### Citation
|
70 |
|
71 |
-
If you find DeBERTa useful for your work, please cite the following
|
72 |
|
73 |
``` latex
|
74 |
@misc{he2021debertav3,
|
@@ -90,4 +89,4 @@ booktitle={International Conference on Learning Representations},
|
|
90 |
year={2021},
|
91 |
url={https://openreview.net/forum?id=XPZIaotutsD}
|
92 |
}
|
93 |
-
```
|
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
+
## DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing
|
12 |
|
13 |
[DeBERTa](https://arxiv.org/abs/2006.03654) improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder. With those two improvements, DeBERTa out perform RoBERTa on a majority of NLU tasks with 80GB training data.
|
14 |
|
15 |
+
In [DeBERTa V3](https://arxiv.org/abs/2111.09543), we further improved the efficiency of DeBERTa using ELECTRA-Style pre-training with Gradient Disentangled Embedding Sharing. Compared to DeBERTa, our V3 version significantly improves the model performance on downstream tasks. You can find more technique details about the new model from our [paper](https://arxiv.org/abs/2111.09543).
|
16 |
|
17 |
+
Please check the [official repository](https://github.com/microsoft/DeBERTa) for more implementation details and updates.
|
18 |
|
19 |
+
mDeBERTa is multilingual version of DeBERTa which use the same structure as DeBERTa and was trained with CC100 multilingual data.
|
20 |
+
The mDeBERTa V3 base model comes with 12 layers and a hidden size of 768. It has 86M backbone parameters with a vocabulary containing 250K tokens which introduces 190M parameters in the Embedding layer. This model was trained using the 2.5T CC100 data as XLM-R.
|
|
|
21 |
|
22 |
|
23 |
#### Fine-tuning on NLU tasks
|
|
|
67 |
|
68 |
### Citation
|
69 |
|
70 |
+
If you find DeBERTa useful for your work, please cite the following papers:
|
71 |
|
72 |
``` latex
|
73 |
@misc{he2021debertav3,
|
|
|
89 |
year={2021},
|
90 |
url={https://openreview.net/forum?id=XPZIaotutsD}
|
91 |
}
|
92 |
+
```
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 560166373
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92671f84f9fd084a1365279f3c607bea6a7aef500ef3fcb28e03ac35c651fc30
|
3 |
size 560166373
|