apetulante
commited on
Commit
·
60341dd
1
Parent(s):
543d3d5
update model card README.md
Browse files
README.md
CHANGED
@@ -22,10 +22,10 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
-
value: 0.
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
-
value: 0.
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,10 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the tweet_eval dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 1.
|
39 |
-
- Precision: 0.
|
40 |
-
- Recall: 0.
|
41 |
-
- Fscore: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,14 +69,14 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Fscore |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
-
- Transformers 4.
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
- Datasets 2.12.0
|
82 |
- Tokenizers 0.13.3
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.6979544225842089
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.7110390879680959
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the tweet_eval dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 1.2737
|
39 |
+
- Precision: 0.6980
|
40 |
+
- Recall: 0.7110
|
41 |
+
- Fscore: 0.7026
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Fscore |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
72 |
+
| 0.877 | 1.0 | 815 | 0.8045 | 0.7449 | 0.6495 | 0.6765 |
|
73 |
+
| 0.5462 | 2.0 | 1630 | 1.0057 | 0.7148 | 0.6566 | 0.6774 |
|
74 |
+
| 0.2691 | 3.0 | 2445 | 1.2737 | 0.6980 | 0.7110 | 0.7026 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.29.2
|
80 |
- Pytorch 2.0.1+cu118
|
81 |
- Datasets 2.12.0
|
82 |
- Tokenizers 0.13.3
|