DewiBrynJones commited on
Commit
15cc8fb
·
verified ·
1 Parent(s): 1302f8a

Model save

Browse files
Files changed (2) hide show
  1. README.md +10 -10
  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-large-v3-ft-btb-ca-cy
18
 
19
- This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the DewiBrynJones/banc-trawsgrifiadau-bangor-clean train main, cymen-arfor/15awr train+dev main dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4080
22
- - Wer: 0.2782
23
 
24
  ## Model description
25
 
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:----:|:---------------:|:------:|
57
- | 0.9864 | 0.6555 | 1000 | 0.4853 | 0.3736 |
58
- | 0.6533 | 1.3110 | 2000 | 0.4187 | 0.3088 |
59
- | 0.5981 | 1.9666 | 3000 | 0.3845 | 0.2868 |
60
- | 0.3903 | 2.6221 | 4000 | 0.3909 | 0.2854 |
61
- | 0.2479 | 3.2776 | 5000 | 0.4080 | 0.2782 |
62
 
63
 
64
  ### Framework versions
65
 
66
- - Transformers 4.46.1
67
  - Pytorch 2.5.1+cu124
68
  - Datasets 3.1.0
69
- - Tokenizers 0.20.1
 
16
 
17
  # whisper-large-v3-ft-btb-ca-cy
18
 
19
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3810
22
+ - Wer: 0.2750
23
 
24
  ## Model description
25
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:----:|:---------------:|:------:|
57
+ | 0.5152 | 0.5411 | 1000 | 0.4954 | 0.3535 |
58
+ | 0.3339 | 1.0823 | 2000 | 0.4205 | 0.3198 |
59
+ | 0.3189 | 1.6234 | 3000 | 0.3911 | 0.2913 |
60
+ | 0.2051 | 2.1645 | 4000 | 0.3863 | 0.2790 |
61
+ | 0.202 | 2.7056 | 5000 | 0.3810 | 0.2750 |
62
 
63
 
64
  ### Framework versions
65
 
66
+ - Transformers 4.46.2
67
  - Pytorch 2.5.1+cu124
68
  - Datasets 3.1.0
69
+ - Tokenizers 0.20.3
generation_config.json CHANGED
@@ -151,7 +151,7 @@
151
  "<|yue|>": 50358,
152
  "<|zh|>": 50260
153
  },
154
- "language": "welsh",
155
  "max_initial_timestamp_index": 50,
156
  "max_length": 448,
157
  "no_timestamps_token_id": 50364,
@@ -253,5 +253,5 @@
253
  "transcribe": 50360,
254
  "translate": 50359
255
  },
256
- "transformers_version": "4.46.1"
257
  }
 
151
  "<|yue|>": 50358,
152
  "<|zh|>": 50260
153
  },
154
+ "language": null,
155
  "max_initial_timestamp_index": 50,
156
  "max_length": 448,
157
  "no_timestamps_token_id": 50364,
 
253
  "transcribe": 50360,
254
  "translate": 50359
255
  },
256
+ "transformers_version": "4.46.2"
257
  }