End of training
Browse files- README.md +17 -29
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: facebook/wav2vec2-base
|
5 |
tags:
|
@@ -12,18 +11,18 @@ model-index:
|
|
12 |
- name: wav2vec2-romanian-test
|
13 |
results:
|
14 |
- task:
|
15 |
-
type: automatic-speech-recognition
|
16 |
name: Automatic Speech Recognition
|
|
|
17 |
dataset:
|
18 |
name: common_voice_17_0
|
19 |
type: common_voice_17_0
|
20 |
config: ro
|
21 |
-
split:
|
22 |
args: ro
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the common_voice_17_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -59,35 +58,24 @@ The following hyperparameters were used during training:
|
|
59 |
- seed: 42
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
-
- lr_scheduler_warmup_steps:
|
63 |
-
-
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
70 |
-
|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.2086 | 10.6383 | 3000 | 0.3922 | 0.9995 |
|
76 |
-
| 0.1787 | 12.4113 | 3500 | 0.3861 | 0.9990 |
|
77 |
-
| 0.1601 | 14.1844 | 4000 | 0.3829 | 0.9987 |
|
78 |
-
| 0.1459 | 15.9574 | 4500 | 0.3929 | 0.9990 |
|
79 |
-
| 0.1315 | 17.7305 | 5000 | 0.3983 | 0.9990 |
|
80 |
-
| 0.1218 | 19.5035 | 5500 | 0.4068 | 0.9987 |
|
81 |
-
| 0.1138 | 21.2766 | 6000 | 0.4139 | 0.9990 |
|
82 |
-
| 0.107 | 23.0496 | 6500 | 0.3851 | 0.9990 |
|
83 |
-
| 0.0983 | 24.8227 | 7000 | 0.3820 | 0.9992 |
|
84 |
-
| 0.0937 | 26.5957 | 7500 | 0.3962 | 0.9990 |
|
85 |
-
| 0.0909 | 28.3688 | 8000 | 0.3928 | 0.9990 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
89 |
|
90 |
-
- Transformers 4.
|
91 |
-
- Pytorch 2.
|
92 |
-
- Datasets
|
93 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
|
|
11 |
- name: wav2vec2-romanian-test
|
12 |
results:
|
13 |
- task:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
name: common_voice_17_0
|
18 |
type: common_voice_17_0
|
19 |
config: ro
|
20 |
+
split: validation
|
21 |
args: ro
|
22 |
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.9992270033496522
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the common_voice_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.7702
|
36 |
+
- Wer: 0.9992
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_steps: 500
|
62 |
+
- training_steps: 5000
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:-------:|:----:|:---------------:|:------:|
|
69 |
+
| 0.4402 | 6.2112 | 1000 | 0.8085 | 0.9997 |
|
70 |
+
| 0.1779 | 12.4224 | 2000 | 0.8190 | 0.9992 |
|
71 |
+
| 0.1242 | 18.6335 | 3000 | 0.7426 | 0.9990 |
|
72 |
+
| 0.1003 | 24.8447 | 4000 | 0.7451 | 0.9990 |
|
73 |
+
| 0.0862 | 31.0559 | 5000 | 0.7702 | 0.9992 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
77 |
|
78 |
+
- Transformers 4.40.2
|
79 |
+
- Pytorch 2.5.1+cu118
|
80 |
+
- Datasets 3.1.0
|
81 |
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377651116
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ff53d6716f1b0cfb6d18d901eebba8dd163c847b5af96940961ea9c142fe63e
|
3 |
size 377651116
|