aXhyra commited on
Commit
578c451
1 Parent(s): 06eb9de

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: F1
21
  type: f1
22
- value: 0.7693968253968255
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.8833
33
- - F1: 0.7694
34
 
35
  ## Model description
36
 
@@ -49,10 +49,10 @@ More information needed
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
- - learning_rate: 0.00010427249519590366
53
- - train_batch_size: 64
54
- - eval_batch_size: 64
55
- - seed: 0
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: linear
58
  - num_epochs: 4
@@ -61,10 +61,10 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
- | 0.5448 | 1.0 | 141 | 0.4788 | 0.7681 |
65
- | 0.1701 | 2.0 | 282 | 0.5266 | 0.7672 |
66
- | 0.1318 | 3.0 | 423 | 0.7216 | 0.7453 |
67
- | 0.0084 | 4.0 | 564 | 0.8833 | 0.7694 |
68
 
69
 
70
  ### Framework versions
19
  metrics:
20
  - name: F1
21
  type: f1
22
+ value: 0.7679568806891273
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: 0.8438
33
+ - F1: 0.7680
34
 
35
  ## Model description
36
 
49
  ### Training hyperparameters
50
 
51
  The following hyperparameters were used during training:
52
+ - learning_rate: 5.436235805743952e-05
53
+ - train_batch_size: 32
54
+ - eval_batch_size: 32
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
61
 
62
  | Training Loss | Epoch | Step | Validation Loss | F1 |
63
  |:-------------:|:-----:|:----:|:---------------:|:------:|
64
+ | 0.6027 | 1.0 | 282 | 0.5186 | 0.7209 |
65
+ | 0.3537 | 2.0 | 564 | 0.4989 | 0.7619 |
66
+ | 0.0969 | 3.0 | 846 | 0.6405 | 0.7697 |
67
+ | 0.0514 | 4.0 | 1128 | 0.8438 | 0.7680 |
68
 
69
 
70
  ### Framework versions