mahmoudmamdouh13 commited on
Commit
781a833
1 Parent(s): 5f00174

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -18
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: F1
25
  type: f1
26
- value: 0.9786633608199619
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [imrajeshkr/distilhubert-finetuned-speech_commands](https://huggingface.co/imrajeshkr/distilhubert-finetuned-speech_commands) on the audiofolder dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.1986
37
- - F1: 0.9787
38
 
39
  ## Model description
40
 
@@ -54,29 +54,24 @@ More information needed
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 5e-05
57
- - train_batch_size: 8
58
- - eval_batch_size: 8
59
  - seed: 42
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
- - num_epochs: 10
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | F1 |
69
- |:-------------:|:-----:|:-----:|:---------------:|:------:|
70
- | 0.1816 | 1.0 | 4861 | 0.1493 | 0.9679 |
71
- | 0.0001 | 2.0 | 9722 | 0.2278 | 0.9640 |
72
- | 0.0 | 3.0 | 14583 | 0.2210 | 0.9667 |
73
- | 0.0005 | 4.0 | 19444 | 0.1952 | 0.9749 |
74
- | 0.1422 | 5.0 | 24305 | 0.1884 | 0.9762 |
75
- | 0.0 | 6.0 | 29166 | 0.1888 | 0.9780 |
76
- | 0.0 | 7.0 | 34027 | 0.2164 | 0.9728 |
77
- | 0.0 | 8.0 | 38888 | 0.2039 | 0.9774 |
78
- | 0.0 | 9.0 | 43749 | 0.1925 | 0.9800 |
79
- | 0.0 | 10.0 | 48610 | 0.1986 | 0.9787 |
80
 
81
 
82
  ### Framework versions
 
23
  metrics:
24
  - name: F1
25
  type: f1
26
+ value: 0.9799704307080909
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [imrajeshkr/distilhubert-finetuned-speech_commands](https://huggingface.co/imrajeshkr/distilhubert-finetuned-speech_commands) on the audiofolder dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.0751
37
+ - F1: 0.9800
38
 
39
  ## Model description
40
 
 
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 5e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 32
59
  - seed: 42
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 5
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
70
+ | 0.2364 | 1.0 | 1216 | 0.2190 | 0.9311 |
71
+ | 0.1287 | 2.0 | 2432 | 0.1014 | 0.9678 |
72
+ | 0.0445 | 3.0 | 3648 | 0.0743 | 0.9778 |
73
+ | 0.0037 | 4.0 | 4864 | 0.0785 | 0.9773 |
74
+ | 0.0087 | 5.0 | 6080 | 0.0751 | 0.9800 |
 
 
 
 
 
75
 
76
 
77
  ### Framework versions