d9021001 commited on
Commit
e05b1f7
1 Parent(s): 9cd860c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice_11_0
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: mms-1b-l1107-nan
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: common_voice_11_0
16
+ type: common_voice_11_0
17
+ config: nan-tw
18
+ split: test
19
+ args: nan-tw
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 1.005720823798627
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
+ # mms-1b-l1107-nan
30
+
31
+ This model was trained from scratch on the common_voice_11_0 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 1.5084
34
+ - Wer: 1.0057
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: 0.001
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 8
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: 100
60
+ - num_epochs: 4
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
65
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | 12.5725 | 2.0 | 100 | 1.8002 | 1.0 |
67
+ | 1.5002 | 4.0 | 200 | 1.5084 | 1.0057 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 2.0.1+cu117
74
+ - Datasets 2.13.1
75
+ - Tokenizers 0.13.3