gary109 commited on
Commit
b870fdf
·
1 Parent(s): 5eb8e3f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - ai_light_dance
6
+ model-index:
7
+ - name: ai-light-dance_singing_ft_pretrain_wav2vec2-large-lv60
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # ai-light-dance_singing_ft_pretrain_wav2vec2-large-lv60
15
+
16
+ This model is a fine-tuned version of [gary109/ai-light-dance_pretrain_wav2vec2-large-lv60](https://huggingface.co/gary109/ai-light-dance_pretrain_wav2vec2-large-lv60) on the ai_light_dance dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9589
19
+ - Wer: 0.9056
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 12
40
+ - eval_batch_size: 12
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 96
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 30.0
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 1.8237 | 1.0 | 184 | 1.9362 | 1.0743 |
55
+ | 1.6396 | 2.0 | 368 | 1.7375 | 1.0047 |
56
+ | 1.593 | 3.0 | 552 | 1.5942 | 0.9464 |
57
+ | 1.5281 | 4.0 | 736 | 1.6037 | 0.9526 |
58
+ | 1.5243 | 5.0 | 920 | 1.5292 | 0.9407 |
59
+ | 1.4443 | 6.0 | 1104 | 1.5465 | 0.9457 |
60
+ | 1.4801 | 7.0 | 1288 | 1.5965 | 0.9207 |
61
+ | 1.4104 | 8.0 | 1472 | 1.5224 | 0.9211 |
62
+ | 1.3828 | 9.0 | 1656 | 1.5400 | 0.9107 |
63
+ | 1.3966 | 10.0 | 1840 | 1.5545 | 0.9289 |
64
+ | 1.3481 | 11.0 | 2024 | 1.7372 | 0.9772 |
65
+ | 1.3437 | 12.0 | 2208 | 1.5096 | 0.9207 |
66
+ | 1.3207 | 13.0 | 2392 | 1.5559 | 0.9221 |
67
+ | 1.3103 | 14.0 | 2576 | 1.5285 | 0.9242 |
68
+ | 1.3032 | 15.0 | 2760 | 1.5297 | 0.8983 |
69
+ | 1.2549 | 16.0 | 2944 | 1.5481 | 0.9075 |
70
+ | 1.2484 | 17.0 | 3128 | 1.5886 | 0.9191 |
71
+ | 1.2282 | 18.0 | 3312 | 1.6611 | 0.9231 |
72
+ | 1.2168 | 19.0 | 3496 | 1.6368 | 0.9150 |
73
+ | 1.2093 | 20.0 | 3680 | 1.7357 | 0.9135 |
74
+ | 1.1951 | 21.0 | 3864 | 1.6973 | 0.9076 |
75
+ | 1.1835 | 22.0 | 4048 | 1.7049 | 0.9170 |
76
+ | 1.1554 | 23.0 | 4232 | 1.7663 | 0.9182 |
77
+ | 1.1418 | 24.0 | 4416 | 1.6814 | 0.9134 |
78
+ | 1.1391 | 25.0 | 4600 | 1.6740 | 0.8958 |
79
+ | 1.1142 | 26.0 | 4784 | 1.7445 | 0.9015 |
80
+ | 1.0598 | 27.0 | 4968 | 1.8278 | 0.9002 |
81
+ | 1.0423 | 28.0 | 5152 | 1.8642 | 0.9042 |
82
+ | 1.025 | 29.0 | 5336 | 1.9265 | 0.9078 |
83
+ | 1.02 | 30.0 | 5520 | 1.9589 | 0.9056 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.20.0.dev0
89
+ - Pytorch 1.9.1+cu102
90
+ - Datasets 2.2.3.dev0
91
+ - Tokenizers 0.12.1