timpal0l commited on
Commit
5c0c283
1 Parent(s): 79ca86c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - multilingual
4
+ - en
5
+ - ar
6
+ - bg
7
+ - de
8
+ - el
9
+ - es
10
+ - fr
11
+ - hi
12
+ - ru
13
+ - sw
14
+ - th
15
+ - tr
16
+ - ur
17
+ - vi
18
+ - sv
19
+ - no
20
+ - dk
21
+ - fi
22
+ - zh
23
+ tags:
24
+ - deberta
25
+ - deberta-v3
26
+ - mdeberta
27
+ - fill-mask
28
+ thumbnail: https://huggingface.co/front/thumbnails/microsoft.png
29
+ license: mit
30
+ ---
31
+ ## This model can be used for Extractive QA
32
+ It has been finetuned for 3 epochs on [SQuAD2.0](https://rajpurkar.github.io/SQuAD-explorer/).
33
+
34
+
35
+ ## DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing
36
+
37
+ [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.
38
+
39
+ 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).
40
+
41
+ Please check the [official repository](https://github.com/microsoft/DeBERTa) for more implementation details and updates.
42
+
43
+ mDeBERTa is multilingual version of DeBERTa which use the same structure as DeBERTa and was trained with CC100 multilingual data.
44
+ 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.