AkylaiBva commited on
Commit
cbd0974
·
verified ·
1 Parent(s): e0981d0

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  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-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0049
21
- - Wer: 0.0
22
 
23
  ## Model description
24
 
@@ -53,13 +53,13 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
- | 1.6257 | 1.6842 | 3 | 0.3394 | 23.8095 |
57
- | 0.1902 | 3.3684 | 6 | 0.0049 | 0.0 |
58
 
59
 
60
  ### Framework versions
61
 
62
- - Transformers 4.41.2
63
- - Pytorch 2.3.0+cu121
64
- - Datasets 2.19.2
65
  - Tokenizers 0.19.1
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1766
21
+ - Wer: 22.7083
22
 
23
  ## Model description
24
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 2.4453 | 0.0163 | 3 | 0.4762 | 44.1146 |
57
+ | 0.3891 | 0.0326 | 6 | 0.1766 | 22.7083 |
58
 
59
 
60
  ### Framework versions
61
 
62
+ - Transformers 4.42.3
63
+ - Pytorch 2.3.1+cu121
64
+ - Datasets 2.20.0
65
  - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -236,5 +236,5 @@
236
  "transcribe": 50359,
237
  "translate": 50358
238
  },
239
- "transformers_version": "4.41.2"
240
  }
 
236
  "transcribe": 50359,
237
  "translate": 50358
238
  },
239
+ "transformers_version": "4.42.3"
240
  }