nikhil6041 commited on
Commit
0f2d7b6
·
1 Parent(s): 2b835ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -15,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
  # wav2vec2-commonvoice-hindi
16
 
17
  This model is a fine-tuned version of [Harveenchadha/vakyansh_hindi_base_pretrained](https://huggingface.co/Harveenchadha/vakyansh_hindi_base_pretrained) on the common_voice dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -37,8 +40,6 @@ The following hyperparameters were used during training:
37
  - train_batch_size: 16
38
  - eval_batch_size: 8
39
  - seed: 42
40
- - gradient_accumulation_steps: 2
41
- - total_train_batch_size: 32
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 500
@@ -47,6 +48,10 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
 
15
  # wav2vec2-commonvoice-hindi
16
 
17
  This model is a fine-tuned version of [Harveenchadha/vakyansh_hindi_base_pretrained](https://huggingface.co/Harveenchadha/vakyansh_hindi_base_pretrained) on the common_voice dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.5328
20
+ - Wer: 1.0
21
 
22
  ## Model description
23
 
 
40
  - train_batch_size: 16
41
  - eval_batch_size: 8
42
  - seed: 42
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
53
+ | 6.922 | 10.53 | 200 | 3.5545 | 1.0 |
54
+ | 3.5268 | 21.05 | 400 | 3.5328 | 1.0 |
55
 
56
 
57
  ### Framework versions