ZennyKenny
commited on
End of training
Browse files- README.md +14 -9
- model.safetensors +1 -1
README.md
CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: zkhf_speech-to-text
|
8 |
results: []
|
@@ -15,13 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
-
|
19 |
-
-
|
20 |
-
- eval_runtime: 9.1082
|
21 |
-
- eval_samples_per_second: 2.196
|
22 |
-
- eval_steps_per_second: 0.329
|
23 |
-
- epoch: 200.0
|
24 |
-
- step: 1000
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -48,8 +45,16 @@ The following hyperparameters were used during training:
|
|
48 |
- total_train_batch_size: 16
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- lr_scheduler_warmup_steps:
|
52 |
-
- training_steps:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
### Framework versions
|
55 |
|
|
|
3 |
base_model: facebook/wav2vec2-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
model-index:
|
9 |
- name: zkhf_speech-to-text
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 35.6246
|
21 |
+
- Wer: 1.0
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
- total_train_batch_size: 16
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 5
|
49 |
+
- training_steps: 10
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
55 |
+
| No log | 1.0 | 5 | 36.2698 | 1.0 |
|
56 |
+
| 48.2162 | 2.0 | 10 | 35.6246 | 1.0 |
|
57 |
+
|
58 |
|
59 |
### Framework versions
|
60 |
|
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:b3191a5e0edac1dd6e2f5a97ed6a14ba77d0f23b66bcfc36b6d49a97fae228de
|
3 |
size 377611120
|