reichenbach commited on
Commit
899a8ec
·
1 Parent(s): 22da738

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -1,11 +1,7 @@
1
  ---
2
  license: apache-2.0
3
- language:
4
- - pa
5
- - pa-IN
6
  tags:
7
  - generated_from_trainer
8
- - robust-speech-event
9
  datasets:
10
  - common_voice
11
  model-index:
@@ -20,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  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 dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 2.7000
24
- - Wer: 0.9270
25
 
26
  ## Model description
27
 
@@ -40,7 +36,7 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - learning_rate: 0.000705
44
  - train_batch_size: 16
45
  - eval_batch_size: 16
46
  - seed: 42
@@ -56,11 +52,11 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Wer |
58
  |:-------------:|:------:|:----:|:---------------:|:------:|
59
- | 7.2796 | 24.97 | 400 | 3.4982 | 1.0 |
60
- | 3.5042 | 49.97 | 800 | 3.2698 | 1.0 |
61
- | 2.3524 | 74.97 | 1200 | 2.1014 | 0.9568 |
62
- | 1.1559 | 99.97 | 1600 | 2.3723 | 0.9281 |
63
- | 0.8267 | 124.97 | 2000 | 2.7000 | 0.9270 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
 
 
 
3
  tags:
4
  - generated_from_trainer
 
5
  datasets:
6
  - common_voice
7
  model-index:
 
16
 
17
  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 dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.7013
20
+ - Wer: 0.8296
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:------:|:----:|:---------------:|:------:|
55
+ | 8.4457 | 24.97 | 400 | 3.4891 | 1.0 |
56
+ | 3.5215 | 49.97 | 800 | 3.3485 | 1.0 |
57
+ | 2.5781 | 74.97 | 1200 | 1.7638 | 0.9209 |
58
+ | 1.1329 | 99.97 | 1600 | 1.6719 | 0.8539 |
59
+ | 0.8132 | 124.97 | 2000 | 1.7013 | 0.8296 |
60
 
61
 
62
  ### Framework versions