gary109 commited on
Commit
55a7c82
1 Parent(s): 60fbfc4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: ai-light-dance_singing_ft_wav2vec2-large-lv60-v2
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ai-light-dance_singing_ft_wav2vec2-large-lv60-v2
14
+
15
+ This model is a fine-tuned version of [gary109/ai-light-dance_singing_ft_wav2vec2-large-lv60](https://huggingface.co/gary109/ai-light-dance_singing_ft_wav2vec2-large-lv60) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.4843
18
+ - Wer: 0.1683
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 3e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - num_epochs: 10.0
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
51
+ | 0.2775 | 1.0 | 1106 | 0.4372 | 0.2117 |
52
+ | 0.2154 | 2.0 | 2212 | 0.4474 | 0.2044 |
53
+ | 0.2023 | 3.0 | 3318 | 0.4372 | 0.1920 |
54
+ | 0.186 | 4.0 | 4424 | 0.4285 | 0.1858 |
55
+ | 0.1856 | 5.0 | 5530 | 0.4589 | 0.1826 |
56
+ | 0.1537 | 6.0 | 6636 | 0.4658 | 0.1774 |
57
+ | 0.1337 | 7.0 | 7742 | 0.4769 | 0.1744 |
58
+ | 0.108 | 8.0 | 8848 | 0.4604 | 0.1724 |
59
+ | 0.1593 | 9.0 | 9954 | 0.4731 | 0.1694 |
60
+ | 0.0904 | 10.0 | 11060 | 0.4843 | 0.1683 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.20.0.dev0
66
+ - Pytorch 1.11.0+cu102
67
+ - Datasets 2.2.2.dev0
68
+ - Tokenizers 0.12.1