Curiousfox commited on
Commit
fa6e716
·
verified ·
1 Parent(s): 9fc5a69

Model save

Browse files
Files changed (3) hide show
  1. README.md +84 -0
  2. generation_config.json +7 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Curiousfox/whisper_new_ver4
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - common_voice_12_0
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: whisper_new_ver5
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: common_voice_12_0
19
+ type: common_voice_12_0
20
+ config: nan-tw
21
+ split: test
22
+ args: nan-tw
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 86.59217877094973
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # whisper_new_ver5
33
+
34
+ This model is a fine-tuned version of [Curiousfox/whisper_new_ver4](https://huggingface.co/Curiousfox/whisper_new_ver4) on the common_voice_12_0 dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.7340
37
+ - Wer: 86.5922
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-06
57
+ - train_batch_size: 8
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_steps: 1000
63
+ - training_steps: 8000
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.3476 | 0.4073 | 800 | 0.5630 | 86.3890 |
71
+ | 0.2172 | 0.8147 | 1600 | 0.6254 | 85.6780 |
72
+ | 0.1864 | 1.2220 | 2400 | 0.6920 | 86.2875 |
73
+ | 0.1359 | 1.6293 | 3200 | 0.6817 | 84.3575 |
74
+ | 0.123 | 2.0367 | 4000 | 0.7072 | 83.7481 |
75
+ | 0.0894 | 2.4440 | 4800 | 0.7293 | 85.8812 |
76
+ | 0.086 | 2.8513 | 5600 | 0.7340 | 86.5922 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.51.3
82
+ - Pytorch 2.6.0+cu124
83
+ - Datasets 3.5.1
84
+ - Tokenizers 0.21.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50257,
3
+ "decoder_start_token_id": 50258,
4
+ "eos_token_id": 50257,
5
+ "pad_token_id": 50257,
6
+ "transformers_version": "4.51.3"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b44bde206e7972b809e4bc61c160b2a2809bc22fbbe39f4fdf89f33cf90f974
3
  size 3055544304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df2ea3d50ea45da992ce6593db11a4bdc0334b7efd87a629d16b749060cb39e
3
  size 3055544304