End of training
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
base_model: facebook/wav2vec2-large-960h-lv60-self
|
3 |
license: apache-2.0
|
4 |
-
|
5 |
-
- wer
|
6 |
tags:
|
7 |
- generated_from_trainer
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-960h-lv60-self-dysarthria
|
10 |
results: []
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-large-960h-lv60-self](https://huggingface.co/facebook/wav2vec2-large-960h-lv60-self) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
@@ -37,37 +37,30 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate: 0.
|
41 |
- train_batch_size: 16
|
42 |
- eval_batch_size: 8
|
43 |
- seed: 42
|
|
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
-
- lr_scheduler_type:
|
46 |
-
- lr_scheduler_warmup_steps:
|
47 |
- num_epochs: 30
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
52 |
-
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
| 3.4886 | 16.0 | 2000 | 3.3371 | 1.0 |
|
63 |
-
| 3.5821 | 17.6 | 2200 | 3.3355 | 1.0 |
|
64 |
-
| 3.6743 | 19.2 | 2400 | 3.3327 | 1.0 |
|
65 |
-
| 3.5593 | 20.8 | 2600 | 3.3311 | 1.0 |
|
66 |
-
| 3.5576 | 22.4 | 2800 | 3.3288 | 1.0 |
|
67 |
-
| 3.5099 | 24.0 | 3000 | 3.3272 | 1.0 |
|
68 |
-
| 4.2208 | 25.6 | 3200 | 3.3270 | 1.0 |
|
69 |
-
| 3.5336 | 27.2 | 3400 | 3.3316 | 1.0 |
|
70 |
-
| 3.5272 | 28.8 | 3600 | 3.3289 | 1.0 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-large-960h-lv60-self
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-960h-lv60-self-dysarthria
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-large-960h-lv60-self](https://huggingface.co/facebook/wav2vec2-large-960h-lv60-self) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.2385
|
21 |
- Wer: 1.0
|
22 |
|
23 |
## Model description
|
|
|
37 |
### Training hyperparameters
|
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: 100
|
49 |
- num_epochs: 30
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| 20.9703 | 3.2 | 200 | 3.5607 | 1.0 |
|
56 |
+
| 3.4216 | 6.4 | 400 | 3.3741 | 1.0 |
|
57 |
+
| 3.3062 | 9.6 | 600 | 3.1419 | 1.0 |
|
58 |
+
| 2.994 | 12.8 | 800 | 2.6835 | 1.0 |
|
59 |
+
| 2.7361 | 16.0 | 1000 | 2.4129 | 1.0 |
|
60 |
+
| 2.6005 | 19.2 | 1200 | 2.2973 | 1.0 |
|
61 |
+
| 2.5724 | 22.4 | 1400 | 2.2520 | 1.0 |
|
62 |
+
| 2.619 | 25.6 | 1600 | 2.2435 | 1.0 |
|
63 |
+
| 2.5278 | 28.8 | 1800 | 2.2385 | 1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 630993726
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5de2cdaab72ef149c0de2f5dd39e115930e37e9b9b9129c1f8060a90fb0b0d4f
|
3 |
size 630993726
|
runs/Jul31_16-58-35_ip-10-192-10-83/events.out.tfevents.1722445141.ip-10-192-10-83.2517.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d731f72341c2e55775b56839ff3794b0782013a6b3df0b328975c3ff4b891b9
|
3 |
+
size 13444
|