update README
Browse files
README.md
CHANGED
|
@@ -10,16 +10,16 @@ model-index:
|
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
- Loss: 0.0893
|
| 18 |
- Pearson: 0.8273
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|
|
|
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
|
| 13 |
+
# Redaction Classifier: NLP Edition
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on a custom dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
- Loss: 0.0893
|
| 18 |
- Pearson: 0.8273
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
| 22 |
+
Read more about the process and the code used to train this model on my blog [here](https://mlops.systems).
|
| 23 |
|
| 24 |
## Intended uses & limitations
|
| 25 |
|