Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
datasets:
|
8 |
- glue
|
9 |
metrics:
|
@@ -27,7 +28,7 @@ model-index:
|
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
-
#
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the GLUE SST2 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
|
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- deberta-v3
|
8 |
datasets:
|
9 |
- glue
|
10 |
metrics:
|
|
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
+
# DeBERTa v3 (small) fine-tuned on SST2
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the GLUE SST2 dataset.
|
34 |
It achieves the following results on the evaluation set:
|