wcyat commited on
Commit
4576e50
1 Parent(s): 4b2b030

wcyat/whisper-small-yue-5

Browse files
Files changed (2) hide show
  1. README.md +60 -0
  2. generation_config.json +13 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: wcyat/whisper-small-yue
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: whisper-small-yue-5
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # whisper-small-yue-5
14
+
15
+ This model is a fine-tuned version of [wcyat/whisper-small-yue](https://huggingface.co/wcyat/whisper-small-yue) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.3094
18
+ - Cer: 11.2185
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - training_steps: 2000
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
51
+ | 0.0079 | 2.83 | 1000 | 0.2938 | 11.8706 |
52
+ | 0.0005 | 5.67 | 2000 | 0.3094 | 11.2185 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.37.0.dev0
58
+ - Pytorch 2.1.0+cu121
59
+ - Datasets 2.16.1
60
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "begin_suppress_tokens": [
3
+ 220,
4
+ 50257
5
+ ],
6
+ "bos_token_id": 50257,
7
+ "decoder_start_token_id": 50258,
8
+ "eos_token_id": 50257,
9
+ "max_length": 448,
10
+ "pad_token_id": 50257,
11
+ "suppress_tokens": [],
12
+ "transformers_version": "4.37.0.dev0"
13
+ }