domenicrosati
commited on
Commit
•
04ef738
1
Parent(s):
3187077
update model card README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ tags:
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
|
|
|
|
9 |
model-index:
|
10 |
- name: deberta-v3-xsmall-with-biblio-context-finetuned-review_classifier
|
11 |
results: []
|
@@ -18,9 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,15 +55,15 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
-
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 1.
|
64 |
-
- Datasets 2.
|
65 |
- Tokenizers 0.12.1
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
- f1
|
9 |
+
- recall
|
10 |
+
- precision
|
11 |
model-index:
|
12 |
- name: deberta-v3-xsmall-with-biblio-context-finetuned-review_classifier
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0979
|
24 |
+
- Accuracy: 0.9682
|
25 |
+
- F1: 0.8332
|
26 |
+
- Recall: 0.8466
|
27 |
+
- Precision: 0.8202
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:------:|:---------:|
|
60 |
+
| 0.1539 | 1.0 | 6667 | 0.1237 | 0.9584 | 0.7668 | 0.7307 | 0.8067 |
|
61 |
+
| 0.1271 | 2.0 | 13334 | 0.0979 | 0.9682 | 0.8332 | 0.8466 | 0.8202 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
+
- Transformers 4.20.1
|
67 |
+
- Pytorch 1.12.0+cu102
|
68 |
+
- Datasets 2.3.2
|
69 |
- Tokenizers 0.12.1
|