gneuert commited on
Commit
5bf9a92
1 Parent(s): 77f1878

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.6911154222440785
26
  - name: Recall
27
  type: recall
28
- value: 0.7042874828316592
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.2936
39
- - Precision: 0.6911
40
- - Recall: 0.7043
41
- - Fscore: 0.6964
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.8718 | 1.0 | 815 | 0.8270 | 0.7296 | 0.6338 | 0.6588 |
73
- | 0.5231 | 2.0 | 1630 | 1.0492 | 0.6918 | 0.6618 | 0.6724 |
74
- | 0.2617 | 3.0 | 2445 | 1.2936 | 0.6911 | 0.7043 | 0.6964 |
75
 
76
 
77
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.7221058163048105
26
  - name: Recall
27
  type: recall
28
+ value: 0.7241535542602306
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.2559
39
+ - Precision: 0.7221
40
+ - Recall: 0.7242
41
+ - Fscore: 0.7223
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Fscore |
71
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
72
+ | 0.8588 | 1.0 | 815 | 0.8342 | 0.7807 | 0.6117 | 0.6364 |
73
+ | 0.5394 | 2.0 | 1630 | 0.9126 | 0.7363 | 0.6923 | 0.7096 |
74
+ | 0.2805 | 3.0 | 2445 | 1.2559 | 0.7221 | 0.7242 | 0.7223 |
75
 
76
 
77
  ### Framework versions