kavyamanohar commited on
Commit
e023493
1 Parent(s): 8c77ec8

End of training

Browse files
Files changed (2) hide show
  1. README.md +12 -11
  2. generation_config.json +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-small](https://huggingface.co/openai/whisper-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5825
21
- - Wer: 86.7596
22
 
23
  ## Model description
24
 
@@ -45,20 +45,21 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: constant_with_warmup
46
  - lr_scheduler_warmup_steps: 50
47
  - training_steps: 800
 
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.0871 | 6.25 | 200 | 0.3892 | 91.2892 |
54
- | 0.0159 | 12.5 | 400 | 0.4824 | 87.3403 |
55
- | 0.0087 | 18.75 | 600 | 0.5296 | 85.2497 |
56
- | 0.0063 | 25.0 | 800 | 0.5825 | 86.7596 |
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.34.0
62
- - Pytorch 2.0.1+cu118
63
- - Datasets 2.14.5
64
  - Tokenizers 0.14.0
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5452
21
+ - Wer: 84.0883
22
 
23
  ## Model description
24
 
 
45
  - lr_scheduler_type: constant_with_warmup
46
  - lr_scheduler_warmup_steps: 50
47
  - training_steps: 800
48
+ - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
+ | 0.0869 | 6.25 | 200 | 0.3877 | 89.5470 |
55
+ | 0.0138 | 12.5 | 400 | 0.4962 | 87.4564 |
56
+ | 0.0088 | 18.75 | 600 | 0.5118 | 100.3484 |
57
+ | 0.0058 | 25.0 | 800 | 0.5452 | 84.0883 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.35.0
63
+ - Pytorch 2.0.1+cu117
64
+ - Datasets 2.12.0
65
  - Tokenizers 0.14.0
generation_config.json CHANGED
@@ -265,5 +265,5 @@
265
  "transcribe": 50359,
266
  "translate": 50358
267
  },
268
- "transformers_version": "4.34.0"
269
  }
 
265
  "transcribe": 50359,
266
  "translate": 50358
267
  },
268
+ "transformers_version": "4.35.0"
269
  }