zainulhakim
commited on
Commit
•
26d5448
1
Parent(s):
c04f47a
Training in progress, step 100
Browse files- README.md +10 -11
- config.json +1 -1
- model.safetensors +3 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
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 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Wer: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,17 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
-
| No log | 6.25 | 100 |
|
55 |
-
| No log | 12.5 | 200 | 1.
|
56 |
-
| No log | 18.75 | 300 | 1.
|
57 |
-
| No log | 25.0 | 400 | 1.3119 | 0.3269 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: zainulhakim/240615-wav2vec2-ASR-Arabs
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- wer
|
8 |
model-index:
|
9 |
+
- name: 240624-wav2vec2-ASR-Arab
|
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 |
+
# 240624-wav2vec2-ASR-Arab
|
17 |
|
18 |
+
This model is a fine-tuned version of [zainulhakim/240615-wav2vec2-ASR-Arabs](https://huggingface.co/zainulhakim/240615-wav2vec2-ASR-Arabs) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.4394
|
21 |
+
- Wer: 0.9293
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- num_epochs: 20
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| No log | 6.25 | 100 | 2.5463 | 1.0 |
|
55 |
+
| No log | 12.5 | 200 | 1.4375 | 1.0 |
|
56 |
+
| No log | 18.75 | 300 | 1.4394 | 0.9293 |
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "zainulhakim/240624-wav2vec2-ASR-
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "zainulhakim/240624-wav2vec2-ASR-Arab",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
model.safetensors
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d58c9d6b45b19643af2453676f183cbf0ebb5e97439f71407e979970fe44258
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9cc2bacb48d98e40137f8ec269a8280c999b83ed820a1287b62314043915c03
|
3 |
+
size 5176
|