joshmazen commited on
Commit
fa0d275
1 Parent(s): cf1dfe7

End of training

Browse files
Files changed (2) hide show
  1. README.md +8 -8
  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.179456906729634
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,7 +34,7 @@ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.6498
36
  - Wer Ortho: 0.3461
37
- - Wer: 34.1795
38
 
39
  ## Model description
40
 
@@ -65,14 +65,14 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
70
- | 0.0007 | 17.86 | 500 | 0.6498 | 0.3461 | 34.1795 |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.35.0
76
  - Pytorch 2.1.0+cu118
77
- - Datasets 2.14.6
78
- - Tokenizers 0.14.1
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.3417945690672963
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
  It achieves the following results on the evaluation set:
35
  - Loss: 0.6498
36
  - Wer Ortho: 0.3461
37
+ - Wer: 0.3418
38
 
39
  ## Model description
40
 
 
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
70
+ | 0.0007 | 17.86 | 500 | 0.6498 | 0.3461 | 0.3418 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.35.2
76
  - Pytorch 2.1.0+cu118
77
+ - Datasets 2.15.0
78
+ - Tokenizers 0.15.0
generation_config.json CHANGED
@@ -247,5 +247,5 @@
247
  "transcribe": 50359,
248
  "translate": 50358
249
  },
250
- "transformers_version": "4.35.0"
251
  }
 
247
  "transcribe": 50359,
248
  "translate": 50358
249
  },
250
+ "transformers_version": "4.35.2"
251
  }