slplab commited on
Commit
18f7f3d
1 Parent(s): d893042

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wav2vec2-xls-r-300m_phoneme-mfa_korean_samsung-54k_003
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
+ # wav2vec2-xls-r-300m_phoneme-mfa_korean_samsung-54k_003
14
+
15
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.2517
18
+ - Per: 0.0763
19
+ - Learning Rate: 0.0001
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: 0.0001
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.2
47
+ - num_epochs: 20
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Per | Rate |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|
54
+ | 5.1523 | 1.0 | 3362 | 0.6130 | 0.1649 | 0.0000 |
55
+ | 0.512 | 2.0 | 6724 | 0.2874 | 0.0959 | 0.0000 |
56
+ | 0.3554 | 3.0 | 10086 | 0.2540 | 0.0868 | 0.0001 |
57
+ | 0.2992 | 4.0 | 13448 | 0.2578 | 0.0749 | 0.0001 |
58
+ | 0.2619 | 5.0 | 16810 | 0.2524 | 0.0808 | 0.0001 |
59
+ | 0.2313 | 6.0 | 20172 | 0.2496 | 0.0738 | 0.0001 |
60
+ | 0.2084 | 7.0 | 23534 | 0.2420 | 0.0523 | 0.0001 |
61
+ | 0.1928 | 8.0 | 26896 | 0.2425 | 0.0523 | 0.0001 |
62
+ | 0.1791 | 9.0 | 30258 | 0.2426 | 0.0748 | 0.0001 |
63
+ | 0.1678 | 10.0 | 33620 | 0.2427 | 0.0752 | 0.0001 |
64
+ | 0.1584 | 11.0 | 36982 | 0.2526 | 0.0792 | 0.0001 |
65
+ | 0.1483 | 12.0 | 40344 | 0.2517 | 0.0763 | 0.0001 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.21.3
71
+ - Pytorch 1.12.1
72
+ - Datasets 2.4.0
73
+ - Tokenizers 0.12.1