krishnateja commited on
Commit
0e6584b
1 Parent(s): f5062ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -2
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - openslr
 
 
7
  model-index:
8
  - name: wav2vec2-telugu
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # wav2vec2-telugu
16
 
17
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the openslr dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -42,11 +60,20 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
45
- - num_epochs: 1
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
 
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
 
4
  - generated_from_trainer
5
  datasets:
6
  - openslr
7
+ metrics:
8
+ - wer
9
  model-index:
10
  - name: wav2vec2-telugu
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: openslr
17
+ type: openslr
18
+ config: SLR66
19
+ split: train
20
+ args: SLR66
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.2884547694473777
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # wav2vec2-telugu
31
 
32
  This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the openslr dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.2982
35
+ - Wer: 0.2885
36
 
37
  ## Model description
38
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 500
63
+ - num_epochs: 30
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
70
+ | 6.6905 | 3.84 | 400 | 0.7109 | 0.7800 |
71
+ | 0.4532 | 7.69 | 800 | 0.2972 | 0.3977 |
72
+ | 0.1957 | 11.54 | 1200 | 0.2907 | 0.3522 |
73
+ | 0.1284 | 15.38 | 1600 | 0.3117 | 0.3317 |
74
+ | 0.0979 | 19.23 | 2000 | 0.3000 | 0.3353 |
75
+ | 0.0749 | 23.08 | 2400 | 0.2823 | 0.3045 |
76
+ | 0.0584 | 26.92 | 2800 | 0.2982 | 0.2885 |
77
 
78
 
79
  ### Framework versions