JanLilan commited on
Commit
da20519
1 Parent(s): 5951387

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. generation_config.json +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 34.49116392443632
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7392
36
- - Wer Ortho: 34.7107
37
- - Wer: 34.4912
38
 
39
  ## Model description
40
 
@@ -64,14 +64,14 @@ The following hyperparameters were used during training:
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
69
- | 0.0007 | 17.24 | 500 | 0.7392 | 34.7107 | 34.4912 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.34.0
75
- - Pytorch 2.0.1+cu118
76
  - Datasets 2.14.5
77
  - Tokenizers 0.14.1
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.2871553463349025
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.5611
36
+ - Wer Ortho: 28.6111
37
+ - Wer: 0.2872
38
 
39
  ## Model description
40
 
 
64
 
65
  ### Training results
66
 
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
69
+ | 0.0008 | 17.24 | 500 | 0.5611 | 28.6111 | 0.2872 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.34.1
75
+ - Pytorch 2.1.0+cu118
76
  - Datasets 2.14.5
77
  - Tokenizers 0.14.1
generation_config.json CHANGED
@@ -249,5 +249,5 @@
249
  "transcribe": 50359,
250
  "translate": 50358
251
  },
252
- "transformers_version": "4.34.0"
253
  }
 
249
  "transcribe": 50359,
250
  "translate": 50358
251
  },
252
+ "transformers_version": "4.34.1"
253
  }