Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,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 COLA dataset.
|
33 |
It achieves the following results on the evaluation set:
|
@@ -44,6 +44,9 @@ More information needed
|
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
|
|
|
|
|
|
47 |
More information needed
|
48 |
|
49 |
## Training procedure
|
|
|
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 |
+
# DeBERTa-v3-small fine-tuned on CoLA
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the GLUE COLA dataset.
|
33 |
It achieves the following results on the evaluation set:
|
|
|
44 |
|
45 |
## Training and evaluation data
|
46 |
|
47 |
+
|
48 |
+
The Corpus of Linguistic Acceptability (CoLA) in its full form consists of 10657 sentences from 23 linguistics publications, expertly annotated for acceptability (grammaticality) by their original authors. The public version provided here contains 9594 sentences belonging to training and development sets, and excludes 1063 sentences belonging to a held out test set.
|
49 |
+
|
50 |
More information needed
|
51 |
|
52 |
## Training procedure
|