christw16 commited on
Commit
cc4e362
1 Parent(s): cc2889a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: wavlm-base-plus_zh_tw_ver3
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: common_voice
16
+ type: common_voice
17
+ config: zh-TW
18
+ split: test
19
+ args: zh-TW
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 1.0
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # wavlm-base-plus_zh_tw_ver3
30
+
31
+ This model is a fine-tuned version of [microsoft/wavlm-base-plus](https://huggingface.co/microsoft/wavlm-base-plus) on the common_voice dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 11.5929
34
+ - Wer: 1.0
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 7.5e-05
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 2
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 2000
60
+ - num_epochs: 6.0
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
66
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
67
+ | 82.628 | 2.5 | 500 | 79.5587 | 1.0 |
68
+ | 17.5635 | 5.0 | 1000 | 11.5929 | 1.0 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.28.0.dev0
74
+ - Pytorch 1.12.0+cu102
75
+ - Datasets 2.10.1
76
+ - Tokenizers 0.13.2