bright1 commited on
Commit
6378903
1 Parent(s): deb261c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -13,12 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - eval_loss: 0.5516
17
- - eval_accuracy: {'accuracy': 0.782}
18
- - eval_f1score: {'f1': 0.7815175501754029}
19
- - eval_runtime: 65.761
20
- - eval_samples_per_second: 30.413
21
- - eval_steps_per_second: 3.802
22
  - step: 0
23
 
24
  ## Model description
@@ -38,12 +38,15 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 2e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
45
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
 
46
  - lr_scheduler_type: linear
 
47
  - lr_scheduler_warmup_steps: 1399
48
  - num_epochs: 7
49
 
 
13
 
14
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.5453
17
+ - eval_accuracy: {'accuracy': 0.7915}
18
+ - eval_f1score: {'f1': 0.790972084150606}
19
+ - eval_runtime: 68.7486
20
+ - eval_samples_per_second: 29.092
21
+ - eval_steps_per_second: 3.636
22
  - step: 0
23
 
24
  ## Model description
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-07
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-09
48
  - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
  - lr_scheduler_warmup_steps: 1399
51
  - num_epochs: 7
52