DewiBrynJones commited on
Commit
3739b96
·
verified ·
1 Parent(s): 8558d78

Model save

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +2 -2
README.md CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # whisper-base-ft-cv-cy-en
18
 
19
- This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the DewiBrynJones/commonvoice_18_0_cy_en train main dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5813
22
- - Wer: 1.2543
23
 
24
  ## Model description
25
 
@@ -54,13 +54,13 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:----:|:---------------:|:------:|
57
- | 1.2368 | 0.7075 | 1000 | 0.6446 | 0.9660 |
58
- | 0.8994 | 1.4149 | 2000 | 0.5813 | 1.2543 |
59
 
60
 
61
  ### Framework versions
62
 
63
- - Transformers 4.46.1
64
  - Pytorch 2.5.1+cu124
65
  - Datasets 3.1.0
66
- - Tokenizers 0.20.1
 
16
 
17
  # whisper-base-ft-cv-cy-en
18
 
19
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.5812
22
+ - Wer: 0.3526
23
 
24
  ## Model description
25
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:----:|:---------------:|:------:|
57
+ | 0.6185 | 0.7075 | 1000 | 0.6446 | 0.3809 |
58
+ | 0.4497 | 1.4149 | 2000 | 0.5812 | 0.3526 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.46.2
64
  - Pytorch 2.5.1+cu124
65
  - Datasets 3.1.0
66
+ - Tokenizers 0.20.3
generation_config.json CHANGED
@@ -142,7 +142,7 @@
142
  "<|yo|>": 50325,
143
  "<|zh|>": 50260
144
  },
145
- "language": "welsh",
146
  "max_initial_timestamp_index": 50,
147
  "max_length": 448,
148
  "no_timestamps_token_id": 50363,
@@ -244,5 +244,5 @@
244
  "transcribe": 50359,
245
  "translate": 50358
246
  },
247
- "transformers_version": "4.46.1"
248
  }
 
142
  "<|yo|>": 50325,
143
  "<|zh|>": 50260
144
  },
145
+ "language": null,
146
  "max_initial_timestamp_index": 50,
147
  "max_length": 448,
148
  "no_timestamps_token_id": 50363,
 
244
  "transcribe": 50359,
245
  "translate": 50358
246
  },
247
+ "transformers_version": "4.46.2"
248
  }