update model card README.md
Browse files
README.md
CHANGED
@@ -1,40 +1,38 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
- en
|
4 |
tags:
|
5 |
-
- hf-asr-leaderboard
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
-
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
-
- name:
|
13 |
results:
|
14 |
- task:
|
15 |
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
config: all
|
21 |
split: train
|
22 |
-
args:
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -53,7 +51,7 @@ More information needed
|
|
53 |
### Training hyperparameters
|
54 |
|
55 |
The following hyperparameters were used during training:
|
56 |
-
- learning_rate:
|
57 |
- train_batch_size: 8
|
58 |
- eval_batch_size: 16
|
59 |
- seed: 42
|
@@ -67,8 +65,8 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
|
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- afrispeech-200
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: dsn_afrispeech-shuffle
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: afrispeech-200
|
17 |
+
type: afrispeech-200
|
18 |
config: all
|
19 |
split: train
|
20 |
+
args: all
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 23.825127429563658
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
+
# dsn_afrispeech-shuffle
|
31 |
|
32 |
+
This model is a fine-tuned version of [Ru3ll/dsn_afrispeech2](https://huggingface.co/Ru3ll/dsn_afrispeech2) on the afrispeech-200 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.5952
|
35 |
+
- Wer: 23.8251
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 3.46e-06
|
55 |
- train_batch_size: 8
|
56 |
- eval_batch_size: 16
|
57 |
- seed: 42
|
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 0.6516 | 0.5 | 249 | 0.6065 | 23.3294 |
|
69 |
+
| 0.8152 | 1.0 | 498 | 0.5952 | 23.8251 |
|
70 |
|
71 |
|
72 |
### Framework versions
|