cahya commited on
Commit
0a00ac2
1 Parent(s): 1b9a583

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: ''
7
  results: []
@@ -12,7 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  #
14
 
15
- This model is a fine-tuned version of [cahya/wav2vec2-base-turkish-artificial](https://huggingface.co/cahya/wav2vec2-base-turkish-artificial) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -43,6 +48,19 @@ The following hyperparameters were used during training:
43
  - num_epochs: 100.0
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.17.0.dev0
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - common_voice
7
  model-index:
8
  - name: ''
9
  results: []
 
14
 
15
  #
16
 
17
+ This model is a fine-tuned version of [cahya/wav2vec2-base-turkish-artificial](https://huggingface.co/cahya/wav2vec2-base-turkish-artificial) on the common_voice dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2893
20
+ - Wer: 0.2713
21
 
22
  ## Model description
23
 
 
48
  - num_epochs: 100.0
49
  - mixed_precision_training: Native AMP
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
55
+ | 1.8647 | 14.28 | 200 | 0.2758 | 0.2568 |
56
+ | 1.3376 | 28.56 | 400 | 0.2754 | 0.2722 |
57
+ | 1.1975 | 42.84 | 600 | 0.2929 | 0.2901 |
58
+ | 1.1024 | 57.14 | 800 | 0.2904 | 0.2928 |
59
+ | 1.0257 | 71.42 | 1000 | 0.2915 | 0.2823 |
60
+ | 0.9628 | 85.7 | 1200 | 0.2936 | 0.2749 |
61
+ | 0.9109 | 99.98 | 1400 | 0.2893 | 0.2713 |
62
+
63
+
64
  ### Framework versions
65
 
66
  - Transformers 4.17.0.dev0