Model save
Browse files
README.md
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- tr
|
4 |
base_model: ylacombe/w2v-bert-2.0
|
5 |
tags:
|
6 |
-
- automatic-speech-recognition
|
7 |
-
- mozilla-foundation/common_voice_16_0
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- common_voice_16_0
|
@@ -17,11 +13,11 @@ model-index:
|
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
-
name:
|
21 |
type: common_voice_16_0
|
22 |
config: tr
|
23 |
split: test
|
24 |
-
args:
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
@@ -33,9 +29,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# wav2vec2-common_voice-tr-demo
|
35 |
|
36 |
-
This model is a fine-tuned version of [ylacombe/w2v-bert-2.0](https://huggingface.co/ylacombe/w2v-bert-2.0) on the
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss:
|
39 |
- Wer: 1.0
|
40 |
|
41 |
## Model description
|
@@ -55,7 +51,7 @@ More information needed
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
-
- learning_rate: 0.
|
59 |
- train_batch_size: 20
|
60 |
- eval_batch_size: 32
|
61 |
- seed: 42
|
@@ -71,60 +67,60 @@ The following hyperparameters were used during training:
|
|
71 |
|
72 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
73 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
74 |
-
| No log | 0.27 | 300 |
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
| 3.
|
81 |
-
| 3.
|
82 |
-
| 3.
|
83 |
-
| 3.
|
84 |
-
| 3.
|
85 |
-
| 3.
|
86 |
-
| 3.
|
87 |
-
|
|
88 |
-
|
|
89 |
-
|
|
90 |
-
|
|
91 |
-
|
|
92 |
-
|
|
93 |
-
|
|
94 |
-
|
|
95 |
-
|
|
96 |
-
|
|
97 |
-
|
|
98 |
-
|
|
99 |
-
|
|
100 |
-
|
|
101 |
-
|
|
102 |
-
|
|
103 |
-
|
|
104 |
-
|
|
105 |
-
|
|
106 |
-
|
|
107 |
-
|
|
108 |
-
|
|
109 |
-
|
|
110 |
-
|
|
111 |
-
|
|
112 |
-
|
|
113 |
-
|
|
114 |
-
|
|
115 |
-
|
|
116 |
-
|
|
117 |
-
|
|
118 |
-
|
|
119 |
-
|
|
120 |
-
|
|
121 |
-
|
|
122 |
-
|
|
123 |
-
|
|
124 |
-
|
|
125 |
-
|
|
126 |
-
|
|
127 |
-
|
|
128 |
|
129 |
|
130 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model: ylacombe/w2v-bert-2.0
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- common_voice_16_0
|
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: common_voice_16_0
|
17 |
type: common_voice_16_0
|
18 |
config: tr
|
19 |
split: test
|
20 |
+
args: tr
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
|
|
29 |
|
30 |
# wav2vec2-common_voice-tr-demo
|
31 |
|
32 |
+
This model is a fine-tuned version of [ylacombe/w2v-bert-2.0](https://huggingface.co/ylacombe/w2v-bert-2.0) on the common_voice_16_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: nan
|
35 |
- Wer: 1.0
|
36 |
|
37 |
## Model description
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 0.007448827845832091
|
55 |
- train_batch_size: 20
|
56 |
- eval_batch_size: 32
|
57 |
- seed: 42
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
70 |
+
| No log | 0.27 | 300 | 3.2930 | 1.0 |
|
71 |
+
| 5.6462 | 0.55 | 600 | 3.4159 | 1.0 |
|
72 |
+
| 5.6462 | 0.82 | 900 | 3.4422 | 1.0 |
|
73 |
+
| 3.3522 | 1.1 | 1200 | 3.3719 | 1.0 |
|
74 |
+
| 3.2605 | 1.37 | 1500 | 3.4026 | 1.0 |
|
75 |
+
| 3.2605 | 1.64 | 1800 | 3.4448 | 1.0 |
|
76 |
+
| 3.2766 | 1.92 | 2100 | 3.4736 | 0.9999 |
|
77 |
+
| 3.2766 | 2.19 | 2400 | 3.9828 | 1.0 |
|
78 |
+
| 3.2853 | 2.47 | 2700 | 3.5532 | 1.0 |
|
79 |
+
| 3.3389 | 2.74 | 3000 | 3.7819 | 1.0 |
|
80 |
+
| 3.3389 | 3.01 | 3300 | 3.2250 | 1.0 |
|
81 |
+
| 3.2186 | 3.29 | 3600 | 3.2373 | 1.0 |
|
82 |
+
| 3.2186 | 3.56 | 3900 | 3.2162 | 1.0 |
|
83 |
+
| 3.1916 | 3.84 | 4200 | 3.2368 | 1.0 |
|
84 |
+
| 3.2188 | 4.11 | 4500 | 3.2377 | 1.0 |
|
85 |
+
| 3.2188 | 4.38 | 4800 | 3.4207 | 1.0 |
|
86 |
+
| 5.3067 | 4.66 | 5100 | nan | 1.0 |
|
87 |
+
| 5.3067 | 4.93 | 5400 | nan | 1.0 |
|
88 |
+
| 0.0 | 5.21 | 5700 | nan | 1.0 |
|
89 |
+
| 0.0 | 5.48 | 6000 | nan | 1.0 |
|
90 |
+
| 0.0 | 5.75 | 6300 | nan | 1.0 |
|
91 |
+
| 0.0 | 6.03 | 6600 | nan | 1.0 |
|
92 |
+
| 0.0 | 6.3 | 6900 | nan | 1.0 |
|
93 |
+
| 0.0 | 6.58 | 7200 | nan | 1.0 |
|
94 |
+
| 0.0 | 6.85 | 7500 | nan | 1.0 |
|
95 |
+
| 0.0 | 7.12 | 7800 | nan | 1.0 |
|
96 |
+
| 0.0 | 7.4 | 8100 | nan | 1.0 |
|
97 |
+
| 0.0 | 7.67 | 8400 | nan | 1.0 |
|
98 |
+
| 0.0 | 7.95 | 8700 | nan | 1.0 |
|
99 |
+
| 0.0 | 8.22 | 9000 | nan | 1.0 |
|
100 |
+
| 0.0 | 8.49 | 9300 | nan | 1.0 |
|
101 |
+
| 0.0 | 8.77 | 9600 | nan | 1.0 |
|
102 |
+
| 0.0 | 9.04 | 9900 | nan | 1.0 |
|
103 |
+
| 0.0 | 9.32 | 10200 | nan | 1.0 |
|
104 |
+
| 0.0 | 9.59 | 10500 | nan | 1.0 |
|
105 |
+
| 0.0 | 9.86 | 10800 | nan | 1.0 |
|
106 |
+
| 0.0 | 10.14 | 11100 | nan | 1.0 |
|
107 |
+
| 0.0 | 10.41 | 11400 | nan | 1.0 |
|
108 |
+
| 0.0 | 10.68 | 11700 | nan | 1.0 |
|
109 |
+
| 0.0 | 10.96 | 12000 | nan | 1.0 |
|
110 |
+
| 0.0 | 11.23 | 12300 | nan | 1.0 |
|
111 |
+
| 0.0 | 11.51 | 12600 | nan | 1.0 |
|
112 |
+
| 0.0 | 11.78 | 12900 | nan | 1.0 |
|
113 |
+
| 0.0 | 12.05 | 13200 | nan | 1.0 |
|
114 |
+
| 0.0 | 12.33 | 13500 | nan | 1.0 |
|
115 |
+
| 0.0 | 12.6 | 13800 | nan | 1.0 |
|
116 |
+
| 0.0 | 12.88 | 14100 | nan | 1.0 |
|
117 |
+
| 0.0 | 13.15 | 14400 | nan | 1.0 |
|
118 |
+
| 0.0 | 13.42 | 14700 | nan | 1.0 |
|
119 |
+
| 0.0 | 13.7 | 15000 | nan | 1.0 |
|
120 |
+
| 0.0 | 13.97 | 15300 | nan | 1.0 |
|
121 |
+
| 0.0 | 14.25 | 15600 | nan | 1.0 |
|
122 |
+
| 0.0 | 14.52 | 15900 | nan | 1.0 |
|
123 |
+
| 0.0 | 14.79 | 16200 | nan | 1.0 |
|
124 |
|
125 |
|
126 |
### Framework versions
|
emissions.csv
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
2024-01-05T08:32:01,fd2c0c3c-2242-464b-88fe-382a042b9afd,codecarbon,44964.32544207573,2.608847954164164,6.14448116064,France,FRA,île-de-france,N,,
|
|
|
|
1 |
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
2024-01-05T08:32:01,fd2c0c3c-2242-464b-88fe-382a042b9afd,codecarbon,44964.32544207573,2.608847954164164,6.14448116064,France,FRA,île-de-france,N,,
|
3 |
+
2024-01-05T09:39:18,5021c317-a2d1-462c-9508-e6b1ff4e2091,codecarbon,45648.984209775925,2.6037451682098878,6.1324628396363625,France,FRA,île-de-france,N,,
|
runs/Jan04_20-37-14_vorace/events.out.tfevents.1704401907.vorace.1537045.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:20102dc891b75498f662e4396918dfc6742689f64ec0b45b338c1f00944dd183
|
3 |
+
size 28205
|
runs/Jan05_08-39-35_vorace/events.out.tfevents.1704445083.vorace.1722965.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:d83369742a1f74133bc19aca815f10b018697dbe547b6f55b85b1910cbc89544
|
3 |
+
size 6761
|