AlvinOctaH commited on
Commit
bb1d6f9
·
verified ·
1 Parent(s): fcb410e

End of training

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-xls-r-300m
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - common_voice_11_0
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: wav2vec2-large-xls-r-300m-indo-transcript
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: common_voice_11_0
19
+ type: common_voice_11_0
20
+ config: id
21
+ split: test
22
+ args: id
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.5533562822719449
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # wav2vec2-large-xls-r-300m-indo-transcript
33
+
34
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_11_0 dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.1328
37
+ - Wer: 0.5534
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 0.0003
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - gradient_accumulation_steps: 2
61
+ - total_train_batch_size: 32
62
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - num_epochs: 30
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
72
+ | 3.8447 | 6.4 | 400 | 1.0105 | 0.7504 |
73
+ | 0.2777 | 12.8 | 800 | 0.9857 | 0.6325 |
74
+ | 0.0963 | 19.2 | 1200 | 1.0872 | 0.5723 |
75
+ | 0.0554 | 25.6 | 1600 | 1.1328 | 0.5534 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.46.3
81
+ - Pytorch 2.5.1+cu121
82
+ - Datasets 3.1.0
83
+ - Tokenizers 0.20.3