thiagobarbosa commited on
Commit
24f4a16
1 Parent(s): d51d9aa

Model save

Browse files
Files changed (2) hide show
  1. README.md +11 -9
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5617
21
- - Wer: 21.2449
22
 
23
  ## Model description
24
 
@@ -38,22 +38,24 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
- - train_batch_size: 16
42
- - eval_batch_size: 12
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 400
47
- - training_steps: 4000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
- | 0.2097 | 1.44 | 500 | 0.4706 | 21.2402 |
55
- | 0.0735 | 2.87 | 1000 | 0.5331 | 22.1757 |
56
- | 0.0178 | 4.31 | 1500 | 0.5617 | 21.2449 |
 
 
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5030
21
+ - Wer: 19.3174
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 5e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 2000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
+ | 0.3674 | 0.57 | 400 | 0.4892 | 21.0004 |
55
+ | 0.1001 | 1.15 | 800 | 0.5216 | 21.6539 |
56
+ | 0.0936 | 1.72 | 1200 | 0.5094 | 20.5303 |
57
+ | 0.0347 | 2.3 | 1600 | 0.5013 | 19.2798 |
58
+ | 0.0066 | 2.87 | 2000 | 0.5030 | 19.3174 |
59
 
60
 
61
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0d93e43cf8f3d8bb31de71741f175cb5c175e361f37790d222934d49fe17083
3
  size 290459230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d89ff286450f8ac86bb09a903f335c98e31604b85f2955b38ba8786e020eb89
3
  size 290459230