gary109 commited on
Commit
b7aa621
1 Parent(s): 9d722b2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ai-light-dance_singing4_ft_wav2vec2-large-xlsr-53-5gram-v4-2
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ai-light-dance_singing4_ft_wav2vec2-large-xlsr-53-5gram-v4-2
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.3073
17
+ - Wer: 0.0816
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 4e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 8
41
+ - total_train_batch_size: 64
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 500
45
+ - num_epochs: 100.0
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
52
+ | 0.2664 | 1.0 | 8969 | 0.3347 | 0.1645 |
53
+ | 0.2032 | 2.0 | 17938 | 0.3170 | 0.1662 |
54
+ | 0.1888 | 3.0 | 26907 | 0.3188 | 0.1317 |
55
+ | 0.1774 | 4.0 | 35876 | 0.2885 | 0.1195 |
56
+ | 0.0696 | 5.0 | 44845 | 0.2703 | 0.1105 |
57
+ | 0.254 | 6.0 | 53814 | 0.2817 | 0.0972 |
58
+ | 0.0464 | 7.0 | 62783 | 0.2691 | 0.0910 |
59
+ | 0.0426 | 8.0 | 71752 | 0.3033 | 0.0875 |
60
+ | 0.035 | 9.0 | 80721 | 0.3150 | 0.0841 |
61
+ | 0.0274 | 10.0 | 89690 | 0.3073 | 0.0816 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.21.0.dev0
67
+ - Pytorch 1.9.1+cu102
68
+ - Datasets 2.3.3.dev0
69
+ - Tokenizers 0.12.1