Training in progress, step 1000
Browse files- README.md +27 -25
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,33 +1,23 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
base_model: zainulhakim/240626-wav2vec2-ASR_Global
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/wobjnlgw)
|
20 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/wobjnlgw)
|
21 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/wobjnlgw)
|
22 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/wobjnlgw)
|
23 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/theziq77)
|
24 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/projektarbeit_dalim/huggingface/runs/s1l6rff5)
|
25 |
-
# 240801-wav2vec2-ASR-Global-All-Clients
|
26 |
-
|
27 |
-
This model is a fine-tuned version of [zainulhakim/240626-wav2vec2-ASR_Global](https://huggingface.co/zainulhakim/240626-wav2vec2-ASR_Global) on the None dataset.
|
28 |
It achieves the following results on the evaluation set:
|
29 |
-
- Loss:
|
30 |
-
- Wer:
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -46,28 +36,40 @@ More information needed
|
|
46 |
### Training hyperparameters
|
47 |
|
48 |
The following hyperparameters were used during training:
|
49 |
-
- learning_rate: 0.
|
50 |
- train_batch_size: 4
|
51 |
- eval_batch_size: 8
|
52 |
- seed: 42
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
- lr_scheduler_warmup_steps: 500
|
56 |
-
- num_epochs:
|
57 |
- mixed_precision_training: Native AMP
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
-
| Training Loss | Epoch
|
62 |
-
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
-
- Transformers 4.
|
71 |
- Pytorch 2.3.1+cu121
|
72 |
- Datasets 2.19.2
|
73 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
5 |
- wer
|
6 |
model-index:
|
7 |
+
- name: fl_asr_speech_recognition
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# fl_asr_speech_recognition
|
15 |
+
|
16 |
+
This model was trained from scratch on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.2947
|
19 |
+
- Wer: 0.1449
|
20 |
+
- Cer: 0.0451
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0001
|
40 |
- train_batch_size: 4
|
41 |
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- num_epochs: 200
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
52 |
+
|:-------------:|:--------:|:-----:|:---------------:|:------:|:------:|
|
53 |
+
| 0.625 | 12.6582 | 1000 | 0.4832 | 0.5625 | 0.1090 |
|
54 |
+
| 0.3037 | 25.3165 | 2000 | 0.3879 | 0.3665 | 0.0686 |
|
55 |
+
| 0.2127 | 37.9747 | 3000 | 0.4096 | 0.2926 | 0.0617 |
|
56 |
+
| 0.1767 | 50.6329 | 4000 | 0.3967 | 0.25 | 0.0552 |
|
57 |
+
| 0.1238 | 63.2911 | 5000 | 0.3024 | 0.2273 | 0.0529 |
|
58 |
+
| 0.0868 | 75.9494 | 6000 | 0.3768 | 0.2330 | 0.0487 |
|
59 |
+
| 0.0823 | 88.6076 | 7000 | 0.2742 | 0.2244 | 0.0420 |
|
60 |
+
| 0.0696 | 101.2658 | 8000 | 0.2792 | 0.2074 | 0.0383 |
|
61 |
+
| 0.0496 | 113.9241 | 9000 | 0.3362 | 0.1591 | 0.0359 |
|
62 |
+
| 0.0413 | 126.5823 | 10000 | 0.3061 | 0.1562 | 0.0400 |
|
63 |
+
| 0.0286 | 139.2405 | 11000 | 0.3264 | 0.1591 | 0.0406 |
|
64 |
+
| 0.0294 | 151.8987 | 12000 | 0.3046 | 0.1648 | 0.0424 |
|
65 |
+
| 0.0183 | 164.5570 | 13000 | 0.3083 | 0.1506 | 0.0400 |
|
66 |
+
| 0.0159 | 177.2152 | 14000 | 0.2947 | 0.1449 | 0.0451 |
|
67 |
+
| 0.009 | 189.8734 | 15000 | 0.3198 | 0.1477 | 0.0411 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
+
- Transformers 4.43.3
|
73 |
- Pytorch 2.3.1+cu121
|
74 |
- Datasets 2.19.2
|
75 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "240801-wav2vec2-ASR-Global-All-Clients",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 377611120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c9caaf8b6b2fdfb62d92a919208fc03efd5f67ed4502715c259b154e153fce9
|
3 |
size 377611120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fff3e75b01a4269829fc0ee65716f57b1f52fabd7be1b69252d9ef3c67f77eb3
|
3 |
size 5240
|