gary109 commited on
Commit
c14b0be
1 Parent(s): 69398ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - ai_light_dance
7
+ model-index:
8
+ - name: ai-light-dance_singing_ft_wav2vec2-large-lv60
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # ai-light-dance_singing_ft_wav2vec2-large-lv60
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-large-lv60](https://huggingface.co/facebook/wav2vec2-large-lv60) on the ai_light_dance dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4717
20
+ - Wer: 0.1835
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
+ - num_epochs: 10.0
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 0.7432 | 1.0 | 4422 | 0.8939 | 0.6323 |
54
+ | 0.5484 | 2.0 | 8844 | 0.6393 | 0.3557 |
55
+ | 0.3919 | 3.0 | 13266 | 0.5315 | 0.2833 |
56
+ | 0.421 | 4.0 | 17688 | 0.5234 | 0.2522 |
57
+ | 0.3957 | 5.0 | 22110 | 0.5125 | 0.2247 |
58
+ | 0.3228 | 6.0 | 26532 | 0.4542 | 0.2088 |
59
+ | 0.346 | 7.0 | 30954 | 0.4673 | 0.1997 |
60
+ | 0.1637 | 8.0 | 35376 | 0.4583 | 0.1910 |
61
+ | 0.1508 | 9.0 | 39798 | 0.4623 | 0.1837 |
62
+ | 0.1564 | 10.0 | 44220 | 0.4717 | 0.1835 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.20.0.dev0
68
+ - Pytorch 1.11.0+cu113
69
+ - Datasets 2.2.2.dev0
70
+ - Tokenizers 0.12.1