OliverHeine commited on
Commit
3d83c66
·
verified ·
1 Parent(s): d7d7986

google_mobilebert-uncased fold 1

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.5411
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.5411 | 0.0 | 0.0 | 0.0 |
61
- | 0.0 | 2.0 | 30962 | nan | 0.5411 | 0.0 | 0.0 | 0.0 |
62
- | 0.0 | 3.0 | 46443 | nan | 0.5411 | 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.9599
26
+ - F1: 0.9558
27
+ - Precision: 0.9651
28
+ - Recall: 0.9468
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
+ | 1.3193 | 1.0 | 15481 | 0.1280 | 0.9516 | 0.9469 | 0.9543 | 0.9395 |
60
+ | 0.0943 | 2.0 | 30962 | 0.1130 | 0.9580 | 0.9537 | 0.9634 | 0.9443 |
61
+ | 0.0854 | 3.0 | 46443 | 0.1152 | 0.9599 | 0.9558 | 0.9651 | 0.9468 |
62
 
63
 
64
  ### Framework versions