reubenjohn commited on
Commit
446b59d
·
1 Parent(s): 52873c7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -12,7 +12,14 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # stack-overflow-open-status-classifier-pt
14
 
15
- This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the None dataset.
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,7 +44,7 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - lr_scheduler_warmup_steps: 500
41
  - num_epochs: 1
42
 
43
  ### Framework versions
 
12
 
13
  # stack-overflow-open-status-classifier-pt
14
 
15
+ This model is a fine-tuned version of [reubenjohn/stack-overflow-open-status-classifier-pt](https://huggingface.co/reubenjohn/stack-overflow-open-status-classifier-pt) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.9448
18
+ - eval_runtime: 3.554
19
+ - eval_samples_per_second: 28.137
20
+ - eval_steps_per_second: 0.563
21
+ - epoch: 0.01
22
+ - step: 60
23
 
24
  ## Model description
25
 
 
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: 5
48
  - num_epochs: 1
49
 
50
  ### Framework versions