mempal commited on
Commit
2cff693
1 Parent(s): 522c5ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- license: apache-2.0
3
- base_model: facebook/wav2vec2-base
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -30,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # xlsr-finetuned
32
 
33
- This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the audiofolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: nan
36
  - Wer: 1.0
37
 
38
  ## Model description
@@ -61,20 +60,16 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 1
64
- - training_steps: 8
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
- |:-------------:|:-----:|:----:|:---------------:|:---:|
70
- | No log | 1.0 | 1 | 18.8467 | 1.0 |
71
- | 4.2137 | 2.0 | 2 | 18.8546 | 1.0 |
72
- | 4.2137 | 3.0 | 3 | 18.8671 | 1.0 |
73
- | 4.2108 | 4.0 | 4 | nan | 1.0 |
74
- | 4.2108 | 5.0 | 5 | nan | 1.0 |
75
- | 0.0 | 6.0 | 6 | nan | 1.0 |
76
- | 0.0 | 7.0 | 7 | nan | 1.0 |
77
- | 0.0 | 8.0 | 8 | nan | 1.0 |
78
 
79
 
80
  ### Framework versions
 
1
  ---
2
+ base_model: classla/wav2vec2-xls-r-parlaspeech-hr
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
29
 
30
  # xlsr-finetuned
31
 
32
+ This model is a fine-tuned version of [classla/wav2vec2-xls-r-parlaspeech-hr](https://huggingface.co/classla/wav2vec2-xls-r-parlaspeech-hr) on the audiofolder dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 2.1218
35
  - Wer: 1.0
36
 
37
  ## Model description
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 1
63
+ - training_steps: 4
64
 
65
  ### Training results
66
 
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:----:|
69
+ | No log | 1.0 | 1 | 14.0503 | 20.0 |
70
+ | 3.5057 | 2.0 | 2 | 5.3734 | 4.0 |
71
+ | 3.5057 | 3.0 | 3 | 2.8914 | 1.0 |
72
+ | 1.0014 | 4.0 | 4 | 2.1218 | 1.0 |
 
 
 
 
73
 
74
 
75
  ### Framework versions