Bakhtiar56 commited on
Commit
f73658a
1 Parent(s): 1b23b08

Model save

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/wav2vec2-large-xlsr-53
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - fleurs
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: wav2vec2-common_voice-en-finetune
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: fleurs
19
+ type: fleurs
20
+ config: en_us
21
+ split: test
22
+ args: en_us
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 0.260403073800203
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-common_voice-en-finetune
33
+
34
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the fleurs dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.3437
37
+ - Wer: 0.2604
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 500
65
+ - num_epochs: 10.0
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:------:|:----:|:---------------:|:------:|
72
+ | No log | 1.0870 | 100 | 3.5106 | 1.0 |
73
+ | No log | 2.1739 | 200 | 2.9226 | 1.0 |
74
+ | No log | 3.2609 | 300 | 2.8745 | 1.0 |
75
+ | No log | 4.3478 | 400 | 1.8100 | 0.9804 |
76
+ | 3.7609 | 5.4348 | 500 | 0.4771 | 0.4207 |
77
+ | 3.7609 | 6.5217 | 600 | 0.3808 | 0.3484 |
78
+ | 3.7609 | 7.6087 | 700 | 0.3408 | 0.2872 |
79
+ | 3.7609 | 8.6957 | 800 | 0.3479 | 0.2719 |
80
+ | 3.7609 | 9.7826 | 900 | 0.3437 | 0.2604 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.45.0.dev0
86
+ - Pytorch 2.4.0+cu121
87
+ - Datasets 2.21.0
88
+ - Tokenizers 0.19.1