End of training
Browse files- README.md +84 -4
- model.safetensors +1 -1
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- transcribed_calls
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-base-wonders-phonemes
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# wav2vec2-base-wonders-phonemes
|
17 |
|
18 |
This model is a fine-tuned version of [mattbonnell/wav2vec2-base-wonders-phonemes](https://huggingface.co/mattbonnell/wav2vec2-base-wonders-phonemes) on the transcribed_calls dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,21 +53,83 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 0.0001
|
38 |
-
- train_batch_size:
|
39 |
- eval_batch_size: 2
|
40 |
- seed: 42
|
41 |
- distributed_type: multi-GPU
|
42 |
- num_devices: 4
|
43 |
-
- total_train_batch_size:
|
44 |
- total_eval_batch_size: 8
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.01
|
48 |
-
- num_epochs:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- transcribed_calls
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
- name: wav2vec2-base-wonders-phonemes
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: transcribed_calls
|
18 |
+
type: transcribed_calls
|
19 |
+
config: default
|
20 |
+
split: None
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.15521933166430826
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# wav2vec2-base-wonders-phonemes
|
32 |
|
33 |
This model is a fine-tuned version of [mattbonnell/wav2vec2-base-wonders-phonemes](https://huggingface.co/mattbonnell/wav2vec2-base-wonders-phonemes) on the transcribed_calls dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8215
|
36 |
+
- Wer: 0.1552
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 128
|
57 |
- eval_batch_size: 2
|
58 |
- seed: 42
|
59 |
- distributed_type: multi-GPU
|
60 |
- num_devices: 4
|
61 |
+
- total_train_batch_size: 512
|
62 |
- total_eval_batch_size: 8
|
63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
64 |
- lr_scheduler_type: linear
|
65 |
- lr_scheduler_warmup_ratio: 0.01
|
66 |
+
- num_epochs: 3000
|
67 |
- mixed_precision_training: Native AMP
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
72 |
+
|:-------------:|:------:|:-----:|:---------------:|:------:|
|
73 |
+
| 0.0025 | 50.0 | 500 | 0.7040 | 0.1589 |
|
74 |
+
| 0.0017 | 100.0 | 1000 | 0.7759 | 0.1549 |
|
75 |
+
| 0.0014 | 150.0 | 1500 | 0.7451 | 0.1576 |
|
76 |
+
| 0.0019 | 200.0 | 2000 | 0.7775 | 0.1596 |
|
77 |
+
| 0.0022 | 250.0 | 2500 | 0.7332 | 0.1626 |
|
78 |
+
| 0.0018 | 300.0 | 3000 | 0.7833 | 0.1585 |
|
79 |
+
| 0.0016 | 350.0 | 3500 | 0.7756 | 0.1553 |
|
80 |
+
| 0.0016 | 400.0 | 4000 | 0.7216 | 0.1610 |
|
81 |
+
| 0.0019 | 450.0 | 4500 | 0.7868 | 0.1578 |
|
82 |
+
| 0.0012 | 500.0 | 5000 | 0.7815 | 0.1567 |
|
83 |
+
| 0.0021 | 550.0 | 5500 | 0.6860 | 0.1570 |
|
84 |
+
| 0.0014 | 600.0 | 6000 | 0.7580 | 0.1573 |
|
85 |
+
| 0.0014 | 650.0 | 6500 | 0.7352 | 0.1583 |
|
86 |
+
| 0.0016 | 700.0 | 7000 | 0.7849 | 0.1569 |
|
87 |
+
| 0.0016 | 750.0 | 7500 | 0.7794 | 0.1583 |
|
88 |
+
| 0.0012 | 800.0 | 8000 | 0.7791 | 0.1573 |
|
89 |
+
| 0.0012 | 850.0 | 8500 | 0.7973 | 0.1571 |
|
90 |
+
| 0.001 | 900.0 | 9000 | 0.7465 | 0.1551 |
|
91 |
+
| 0.0019 | 950.0 | 9500 | 0.8304 | 0.1587 |
|
92 |
+
| 0.0009 | 1000.0 | 10000 | 0.7757 | 0.1579 |
|
93 |
+
| 0.0013 | 1050.0 | 10500 | 0.7556 | 0.1586 |
|
94 |
+
| 0.0009 | 1100.0 | 11000 | 0.7624 | 0.1566 |
|
95 |
+
| 0.0009 | 1150.0 | 11500 | 0.7917 | 0.1566 |
|
96 |
+
| 0.0013 | 1200.0 | 12000 | 0.7550 | 0.1598 |
|
97 |
+
| 0.0009 | 1250.0 | 12500 | 0.7517 | 0.1555 |
|
98 |
+
| 0.0015 | 1300.0 | 13000 | 0.7491 | 0.1586 |
|
99 |
+
| 0.0013 | 1350.0 | 13500 | 0.8027 | 0.1594 |
|
100 |
+
| 0.0014 | 1400.0 | 14000 | 0.7748 | 0.1577 |
|
101 |
+
| 0.0015 | 1450.0 | 14500 | 0.6983 | 0.1587 |
|
102 |
+
| 0.0009 | 1500.0 | 15000 | 0.7734 | 0.1583 |
|
103 |
+
| 0.001 | 1550.0 | 15500 | 0.7885 | 0.1570 |
|
104 |
+
| 0.0009 | 1600.0 | 16000 | 0.7818 | 0.1577 |
|
105 |
+
| 0.0009 | 1650.0 | 16500 | 0.8128 | 0.1559 |
|
106 |
+
| 0.0008 | 1700.0 | 17000 | 0.7904 | 0.1554 |
|
107 |
+
| 0.0011 | 1750.0 | 17500 | 0.7784 | 0.1587 |
|
108 |
+
| 0.0009 | 1800.0 | 18000 | 0.7910 | 0.1585 |
|
109 |
+
| 0.0011 | 1850.0 | 18500 | 0.7434 | 0.1570 |
|
110 |
+
| 0.001 | 1900.0 | 19000 | 0.7241 | 0.1562 |
|
111 |
+
| 0.0007 | 1950.0 | 19500 | 0.8213 | 0.1541 |
|
112 |
+
| 0.0008 | 2000.0 | 20000 | 0.7713 | 0.1541 |
|
113 |
+
| 0.0008 | 2050.0 | 20500 | 0.8151 | 0.1542 |
|
114 |
+
| 0.0007 | 2100.0 | 21000 | 0.7770 | 0.1557 |
|
115 |
+
| 0.0006 | 2150.0 | 21500 | 0.8487 | 0.1553 |
|
116 |
+
| 0.0007 | 2200.0 | 22000 | 0.8332 | 0.1550 |
|
117 |
+
| 0.0007 | 2250.0 | 22500 | 0.7931 | 0.1559 |
|
118 |
+
| 0.0006 | 2300.0 | 23000 | 0.8252 | 0.1552 |
|
119 |
+
| 0.0006 | 2350.0 | 23500 | 0.8609 | 0.1543 |
|
120 |
+
| 0.0005 | 2400.0 | 24000 | 0.8398 | 0.1543 |
|
121 |
+
| 0.0006 | 2450.0 | 24500 | 0.7921 | 0.1535 |
|
122 |
+
| 0.0006 | 2500.0 | 25000 | 0.8223 | 0.1552 |
|
123 |
+
| 0.0006 | 2550.0 | 25500 | 0.7902 | 0.1561 |
|
124 |
+
| 0.0005 | 2600.0 | 26000 | 0.7974 | 0.1564 |
|
125 |
+
| 0.0007 | 2650.0 | 26500 | 0.7761 | 0.1556 |
|
126 |
+
| 0.0004 | 2700.0 | 27000 | 0.8105 | 0.1548 |
|
127 |
+
| 0.0004 | 2750.0 | 27500 | 0.7826 | 0.1542 |
|
128 |
+
| 0.0003 | 2800.0 | 28000 | 0.8056 | 0.1551 |
|
129 |
+
| 0.0004 | 2850.0 | 28500 | 0.7956 | 0.1534 |
|
130 |
+
| 0.0005 | 2900.0 | 29000 | 0.8316 | 0.1544 |
|
131 |
+
| 0.0004 | 2950.0 | 29500 | 0.8164 | 0.1545 |
|
132 |
+
| 0.0005 | 3000.0 | 30000 | 0.8215 | 0.1552 |
|
133 |
|
134 |
|
135 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 188841430
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cebe60e657c051201065e239b65564c51385efe223a52622e99a9e1cface71e
|
3 |
size 188841430
|