bright1 commited on
Commit
6f1e682
1 Parent(s): ba14ade

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - eval_loss: 0.7858
18
- - eval_accuracy: {'accuracy': 0.779}
19
- - eval_f1score: {'f1': 0.7772241749565737}
20
- - eval_runtime: 31.3162
21
- - eval_samples_per_second: 63.865
22
- - eval_steps_per_second: 7.983
23
  - step: 0
24
 
25
  ## Model description
@@ -45,8 +45,8 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 1399
49
- - num_epochs: 7
50
 
51
  ### Framework versions
52
 
 
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.5839
18
+ - eval_accuracy: {'accuracy': 0.7735}
19
+ - eval_f1score: {'f1': 0.7659648935757575}
20
+ - eval_runtime: 36.2627
21
+ - eval_samples_per_second: 55.153
22
+ - eval_steps_per_second: 6.894
23
  - step: 0
24
 
25
  ## Model description
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 399
49
+ - num_epochs: 2
50
 
51
  ### Framework versions
52