Update README.md
Browse files
README.md
CHANGED
@@ -32,21 +32,18 @@ It achieves the following results on the evaluation set:
|
|
32 |
|
33 |
## Model description
|
34 |
|
35 |
-
[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
|
36 |
|
37 |
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).
|
38 |
|
39 |
Please check the [official repository](https://github.com/microsoft/DeBERTa) for more implementation details and updates.
|
40 |
|
41 |
-
The DeBERTa V3 small model comes with
|
42 |
|
43 |
-
## Intended uses & limitations
|
44 |
-
|
45 |
-
More information needed
|
46 |
|
47 |
## Training and evaluation data
|
48 |
|
49 |
-
|
50 |
|
51 |
## Training procedure
|
52 |
|
|
|
32 |
|
33 |
## Model description
|
34 |
|
35 |
+
[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 performs RoBERTa on a majority of NLU tasks with 80GB of training data.
|
36 |
|
37 |
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).
|
38 |
|
39 |
Please check the [official repository](https://github.com/microsoft/DeBERTa) for more implementation details and updates.
|
40 |
|
41 |
+
The DeBERTa V3 small model comes with six layers and a hidden size of 768. It has **44M** backbone parameters with a vocabulary containing 128K tokens which introduces 98M parameters in the Embedding layer. This model was trained using the 160GB data as DeBERTa V2.
|
42 |
|
|
|
|
|
|
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
46 |
+
Polar sentiment dataset of sentences from financial news. The dataset consists of 4840 sentences from English-language financial news categorized by sentiment. The dataset is divided by an agreement rate of 5-8 annotators.
|
47 |
|
48 |
## Training procedure
|
49 |
|