End of training
Browse files- README.md +17 -26
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
base_model: jmaczan/wav2vec2-large-xls-r-300m-dysarthria
|
3 |
license: apache-2.0
|
4 |
-
|
5 |
-
- wer
|
6 |
tags:
|
7 |
- generated_from_trainer
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-xls-r-300m-dysarthria-big-dataset
|
10 |
results: []
|
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# wav2vec2-large-xls-r-300m-dysarthria-big-dataset
|
17 |
|
18 |
-
This model is a fine-tuned version of [jmaczan/wav2vec2-large-xls-r-300m-dysarthria](https://huggingface.co/jmaczan/wav2vec2-large-xls-r-300m-dysarthria) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,11 +38,11 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 0.0003
|
41 |
-
- train_batch_size:
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- gradient_accumulation_steps: 2
|
45 |
-
- total_train_batch_size:
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
@@ -53,24 +53,15 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.1912 | 16.0 | 2000 | 0.1362 | 0.262 |
|
66 |
-
| 0.1543 | 17.6 | 2200 | 0.0823 | 0.238 |
|
67 |
-
| 0.1323 | 19.2 | 2400 | 0.0764 | 0.272 |
|
68 |
-
| 0.1095 | 20.8 | 2600 | 0.0649 | 0.272 |
|
69 |
-
| 0.0909 | 22.4 | 2800 | 0.0537 | 0.274 |
|
70 |
-
| 0.0807 | 24.0 | 3000 | 0.0499 | 0.248 |
|
71 |
-
| 0.0618 | 25.6 | 3200 | 0.0499 | 0.318 |
|
72 |
-
| 0.0573 | 27.2 | 3400 | 0.0414 | 0.252 |
|
73 |
-
| 0.0456 | 28.8 | 3600 | 0.0313 | 0.28 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
base_model: jmaczan/wav2vec2-large-xls-r-300m-dysarthria-big-dataset
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-xls-r-300m-dysarthria-big-dataset
|
10 |
results: []
|
|
|
15 |
|
16 |
# wav2vec2-large-xls-r-300m-dysarthria-big-dataset
|
17 |
|
18 |
+
This model is a fine-tuned version of [jmaczan/wav2vec2-large-xls-r-300m-dysarthria-big-dataset](https://huggingface.co/jmaczan/wav2vec2-large-xls-r-300m-dysarthria-big-dataset) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0864
|
21 |
+
- Wer: 0.182
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 0.0003
|
41 |
+
- train_batch_size: 16
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
44 |
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 32
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:-----:|
|
56 |
+
| 1.419 | 3.2 | 200 | 0.7599 | 0.668 |
|
57 |
+
| 0.7759 | 6.4 | 400 | 0.4966 | 0.618 |
|
58 |
+
| 0.5808 | 9.6 | 600 | 0.3352 | 0.508 |
|
59 |
+
| 0.3652 | 12.8 | 800 | 0.2214 | 0.386 |
|
60 |
+
| 0.2347 | 16.0 | 1000 | 0.1566 | 0.246 |
|
61 |
+
| 0.1738 | 19.2 | 1200 | 0.1340 | 0.23 |
|
62 |
+
| 0.1076 | 22.4 | 1400 | 0.1244 | 0.242 |
|
63 |
+
| 0.077 | 25.6 | 1600 | 0.0948 | 0.184 |
|
64 |
+
| 0.0566 | 28.8 | 1800 | 0.0864 | 0.182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1261934580
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b42f38c61c6fccae6f03e3a047c02b64975b643ff501d1f92f391d98fa205332
|
3 |
size 1261934580
|