OliverHeine commited on
Commit
e40b58d
·
verified ·
1 Parent(s): fe2b013

google_mobilebert-uncased fold 2

Browse files
Files changed (1) hide show
  1. README.md +10 -11
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: nan
25
- - Accuracy: 0.5413
26
- - F1: 0.0
27
- - Precision: 0.0
28
- - Recall: 0.0
29
 
30
  ## Model description
31
 
@@ -51,15 +51,14 @@ The following hyperparameters were used during training:
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
  - num_epochs: 3
54
- - mixed_precision_training: Native AMP
55
 
56
  ### Training results
57
 
58
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
59
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---:|:---------:|:------:|
60
- | 0.0 | 1.0 | 15481 | nan | 0.5413 | 0.0 | 0.0 | 0.0 |
61
- | 0.0 | 2.0 | 30962 | nan | 0.5413 | 0.0 | 0.0 | 0.0 |
62
- | 0.0 | 3.0 | 46443 | nan | 0.5413 | 0.0 | 0.0 | 0.0 |
63
 
64
 
65
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.1152
25
+ - Accuracy: 0.9587
26
+ - F1: 0.9547
27
+ - Precision: 0.9608
28
+ - Recall: 0.9488
29
 
30
  ## Model description
31
 
 
51
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
  - lr_scheduler_type: linear
53
  - num_epochs: 3
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.1494 | 1.0 | 15481 | 0.1285 | 0.9496 | 0.9445 | 0.9540 | 0.9352 |
60
+ | 0.0827 | 2.0 | 30962 | 0.1849 | 0.9571 | 0.9529 | 0.9586 | 0.9473 |
61
+ | 0.0864 | 3.0 | 46443 | 0.1152 | 0.9587 | 0.9547 | 0.9608 | 0.9488 |
62
 
63
 
64
  ### Framework versions