aXhyra commited on
Commit
4dccbce
1 Parent(s): 233fb81

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: F1
21
  type: f1
22
- value: 0.6672221483289932
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.6293
33
- - F1: 0.6672
34
 
35
  ## Model description
36
 
@@ -55,13 +55,16 @@ The following hyperparameters were used during training:
55
  - seed: 1234567
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
- - num_epochs: 1
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
- | 0.6503 | 1.0 | 716 | 0.6293 | 0.6672 |
 
 
 
65
 
66
 
67
  ### Framework versions
 
19
  metrics:
20
  - name: F1
21
  type: f1
22
+ value: 0.6764136413641364
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the tweet_eval dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 1.6408
33
+ - F1: 0.6764
34
 
35
  ## Model description
36
 
 
55
  - seed: 1234567
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
+ - num_epochs: 4
59
 
60
  ### Training results
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
+ | 0.6569 | 1.0 | 716 | 0.6026 | 0.6759 |
65
+ | 0.5359 | 2.0 | 1432 | 0.8734 | 0.6580 |
66
+ | 0.3052 | 3.0 | 2148 | 1.3513 | 0.6799 |
67
+ | 0.1821 | 4.0 | 2864 | 1.6408 | 0.6764 |
68
 
69
 
70
  ### Framework versions