095ey11 commited on
Commit
1ecef47
1 Parent(s): 98b5ba6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.7383590141742317
26
  - name: Recall
27
  type: recall
28
- value: 0.7303728891214774
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.1203
39
- - Precision: 0.7384
40
- - Recall: 0.7304
41
- - Fscore: 0.7337
42
 
43
  ## Model description
44
 
@@ -69,9 +69,9 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Fscore |
71
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
72
- | 0.862 | 1.0 | 815 | 0.6941 | 0.7258 | 0.6530 | 0.6696 |
73
- | 0.5206 | 2.0 | 1630 | 0.8909 | 0.7391 | 0.6788 | 0.6994 |
74
- | 0.2662 | 3.0 | 2445 | 1.1203 | 0.7384 | 0.7304 | 0.7337 |
75
 
76
 
77
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.7071669427034283
26
  - name: Recall
27
  type: recall
28
+ value: 0.723286061789479
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.2053
39
+ - Precision: 0.7072
40
+ - Recall: 0.7233
41
+ - Fscore: 0.7124
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Fscore |
71
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
72
+ | 0.8623 | 1.0 | 815 | 0.7198 | 0.7536 | 0.6312 | 0.6559 |
73
+ | 0.5637 | 2.0 | 1630 | 0.8756 | 0.7213 | 0.7166 | 0.7160 |
74
+ | 0.2845 | 3.0 | 2445 | 1.2053 | 0.7072 | 0.7233 | 0.7124 |
75
 
76
 
77
  ### Framework versions