MarioNapoli
commited on
Commit
·
555b8c0
1
Parent(s):
ab8e990
End of training
Browse files- README.md +97 -0
- config.json +5 -5
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: joorock12/wav2vec2-large-xlsr-italian
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- common_voice_1_0
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
model-index:
|
11 |
+
- name: DynamicWav2Vec_TEST_11
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# DynamicWav2Vec_TEST_11
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [joorock12/wav2vec2-large-xlsr-italian](https://huggingface.co/joorock12/wav2vec2-large-xlsr-italian) on the common_voice_1_0 dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1250
|
23 |
+
- Wer: 0.2074
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.0001
|
43 |
+
- train_batch_size: 4
|
44 |
+
- eval_batch_size: 4
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 500
|
49 |
+
- num_epochs: 30
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
55 |
+
| 0.1961 | 0.84 | 500 | 0.0733 | 0.1918 |
|
56 |
+
| 0.1958 | 1.67 | 1000 | 0.0808 | 0.1971 |
|
57 |
+
| 0.1816 | 2.51 | 1500 | 0.0884 | 0.2061 |
|
58 |
+
| 0.1615 | 3.34 | 2000 | 0.0978 | 0.2076 |
|
59 |
+
| 0.1501 | 4.18 | 2500 | 0.0954 | 0.2083 |
|
60 |
+
| 0.1449 | 5.02 | 3000 | 0.1094 | 0.2139 |
|
61 |
+
| 0.143 | 5.85 | 3500 | 0.1036 | 0.2134 |
|
62 |
+
| 0.1343 | 6.69 | 4000 | 0.1034 | 0.2171 |
|
63 |
+
| 0.1285 | 7.53 | 4500 | 0.1150 | 0.2171 |
|
64 |
+
| 0.1191 | 8.36 | 5000 | 0.1195 | 0.2171 |
|
65 |
+
| 0.1163 | 9.2 | 5500 | 0.1212 | 0.2206 |
|
66 |
+
| 0.1118 | 10.03 | 6000 | 0.1184 | 0.2217 |
|
67 |
+
| 0.1042 | 10.87 | 6500 | 0.1211 | 0.2164 |
|
68 |
+
| 0.1015 | 11.71 | 7000 | 0.1152 | 0.2172 |
|
69 |
+
| 0.0999 | 12.54 | 7500 | 0.1273 | 0.2178 |
|
70 |
+
| 0.1017 | 13.38 | 8000 | 0.1287 | 0.2180 |
|
71 |
+
| 0.0988 | 14.21 | 8500 | 0.1299 | 0.2136 |
|
72 |
+
| 0.0889 | 15.05 | 9000 | 0.1321 | 0.2166 |
|
73 |
+
| 0.0913 | 15.89 | 9500 | 0.1292 | 0.2197 |
|
74 |
+
| 0.093 | 16.72 | 10000 | 0.1354 | 0.2185 |
|
75 |
+
| 0.0859 | 17.56 | 10500 | 0.1254 | 0.2186 |
|
76 |
+
| 0.0788 | 18.39 | 11000 | 0.1326 | 0.2198 |
|
77 |
+
| 0.0874 | 19.23 | 11500 | 0.1387 | 0.2175 |
|
78 |
+
| 0.0889 | 20.07 | 12000 | 0.1314 | 0.2171 |
|
79 |
+
| 0.0789 | 20.9 | 12500 | 0.1238 | 0.2126 |
|
80 |
+
| 0.0724 | 21.74 | 13000 | 0.1278 | 0.2150 |
|
81 |
+
| 0.0706 | 22.58 | 13500 | 0.1256 | 0.2126 |
|
82 |
+
| 0.0739 | 23.41 | 14000 | 0.1316 | 0.2107 |
|
83 |
+
| 0.0711 | 24.25 | 14500 | 0.1298 | 0.2120 |
|
84 |
+
| 0.0626 | 25.08 | 15000 | 0.1290 | 0.2120 |
|
85 |
+
| 0.0684 | 25.92 | 15500 | 0.1264 | 0.2088 |
|
86 |
+
| 0.0726 | 26.76 | 16000 | 0.1242 | 0.2094 |
|
87 |
+
| 0.0652 | 27.59 | 16500 | 0.1263 | 0.2083 |
|
88 |
+
| 0.0597 | 28.43 | 17000 | 0.1265 | 0.2086 |
|
89 |
+
| 0.0614 | 29.26 | 17500 | 0.1250 | 0.2074 |
|
90 |
+
|
91 |
+
|
92 |
+
### Framework versions
|
93 |
+
|
94 |
+
- Transformers 4.34.0
|
95 |
+
- Pytorch 2.0.1+cu118
|
96 |
+
- Datasets 2.14.5
|
97 |
+
- Tokenizers 0.14.1
|
config.json
CHANGED
@@ -7,9 +7,9 @@
|
|
7 |
"add_adapter": false,
|
8 |
"apply_spec_augment": true,
|
9 |
"architectures": [
|
10 |
-
"
|
11 |
],
|
12 |
-
"attention_dropout": 0.
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
@@ -43,7 +43,7 @@
|
|
43 |
2
|
44 |
],
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
-
"ctc_zero_infinity":
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": true,
|
49 |
"eos_token_id": 2,
|
@@ -59,7 +59,7 @@
|
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
-
"layerdrop": 0.
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
@@ -109,7 +109,7 @@
|
|
109 |
1
|
110 |
],
|
111 |
"torch_dtype": "float32",
|
112 |
-
"transformers_version": "4.
|
113 |
"use_weighted_layer_sum": false,
|
114 |
"vocab_size": 147,
|
115 |
"xvector_output_dim": 512
|
|
|
7 |
"add_adapter": false,
|
8 |
"apply_spec_augment": true,
|
9 |
"architectures": [
|
10 |
+
"MyWav2Vec2ForCTC"
|
11 |
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
"bos_token_id": 1,
|
14 |
"classifier_proj_size": 256,
|
15 |
"codevector_dim": 256,
|
|
|
43 |
2
|
44 |
],
|
45 |
"ctc_loss_reduction": "mean",
|
46 |
+
"ctc_zero_infinity": true,
|
47 |
"diversity_loss_weight": 0.1,
|
48 |
"do_stable_layer_norm": true,
|
49 |
"eos_token_id": 2,
|
|
|
59 |
"initializer_range": 0.02,
|
60 |
"intermediate_size": 4096,
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
+
"layerdrop": 0.1,
|
63 |
"mask_channel_length": 10,
|
64 |
"mask_channel_min_space": 1,
|
65 |
"mask_channel_other": 0.0,
|
|
|
109 |
1
|
110 |
],
|
111 |
"torch_dtype": "float32",
|
112 |
+
"transformers_version": "4.34.0",
|
113 |
"use_weighted_layer_sum": false,
|
114 |
"vocab_size": 147,
|
115 |
"xvector_output_dim": 512
|
pytorch_model.bin
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:f8919521bce1087478c2541d5032aa4766c0f9d368b3c4d8c48280255919e25c
|
3 |
+
size 1283014437
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44ffae33484139899096f14895b7335d0c8f7cd936aef39cebce9601bea535eb
|
3 |
size 4027
|