edmundmills
commited on
Commit
•
ae0bf9d
1
Parent(s):
29a509c
update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: dignity-classifier
|
7 |
results: []
|
@@ -12,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# dignity-classifier
|
14 |
|
15 |
-
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -39,6 +44,17 @@ The following hyperparameters were used during training:
|
|
39 |
- lr_scheduler_type: linear
|
40 |
- num_epochs: 5
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- Transformers 4.29.2
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: dignity-classifier
|
9 |
results: []
|
|
|
14 |
|
15 |
# dignity-classifier
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.5157
|
20 |
+
- Accuracy: 0.8678
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 5
|
46 |
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| 0.7722 | 1.0 | 98 | 0.7799 | 0.6897 |
|
52 |
+
| 0.4301 | 2.0 | 196 | 0.4704 | 0.8477 |
|
53 |
+
| 0.2445 | 3.0 | 294 | 0.5107 | 0.8305 |
|
54 |
+
| 0.1626 | 4.0 | 392 | 0.5553 | 0.8477 |
|
55 |
+
| 0.0653 | 5.0 | 490 | 0.5157 | 0.8678 |
|
56 |
+
|
57 |
+
|
58 |
### Framework versions
|
59 |
|
60 |
- Transformers 4.29.2
|