End of training
Browse files- README.md +15 -13
- generation_config.json +1 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -25,7 +25,7 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,7 +36,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Domain Based voice dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.0000
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -55,24 +55,26 @@ More information needed
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
-
- learning_rate:
|
59 |
-
- train_batch_size:
|
60 |
-
- eval_batch_size:
|
61 |
- seed: 42
|
|
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
-
- lr_scheduler_warmup_steps:
|
65 |
-
- training_steps:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch
|
71 |
-
|
72 |
-
| 0.
|
73 |
-
| 0.0 |
|
74 |
-
| 0.0 |
|
75 |
-
| 0.0 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 2.608695652173913
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Domain Based voice dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.0000
|
39 |
+
- Wer: 2.6087
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 5e-06
|
59 |
+
- train_batch_size: 4
|
60 |
+
- eval_batch_size: 4
|
61 |
- seed: 42
|
62 |
+
- gradient_accumulation_steps: 4
|
63 |
+
- total_train_batch_size: 16
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: linear
|
66 |
+
- lr_scheduler_warmup_steps: 100
|
67 |
+
- training_steps: 2000
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
73 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
74 |
+
| 0.0001 | 100.0 | 500 | 0.0001 | 1.7391 |
|
75 |
+
| 0.0 | 200.0 | 1000 | 0.0001 | 1.7391 |
|
76 |
+
| 0.0 | 300.0 | 1500 | 0.0000 | 2.6087 |
|
77 |
+
| 0.0 | 400.0 | 2000 | 0.0000 | 2.6087 |
|
78 |
|
79 |
|
80 |
### Framework versions
|
generation_config.json
CHANGED
@@ -142,6 +142,7 @@
|
|
142 |
"<|yo|>": 50325,
|
143 |
"<|zh|>": 50260
|
144 |
},
|
|
|
145 |
"max_initial_timestamp_index": 50,
|
146 |
"max_length": 448,
|
147 |
"no_timestamps_token_id": 50363,
|
|
|
142 |
"<|yo|>": 50325,
|
143 |
"<|zh|>": 50260
|
144 |
},
|
145 |
+
"language": "english",
|
146 |
"max_initial_timestamp_index": 50,
|
147 |
"max_length": 448,
|
148 |
"no_timestamps_token_id": 50363,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 290403936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a53da9f5b2deaf5b384d54b1bb88e19e50a2d051a4c9100121be634eadc858cf
|
3 |
size 290403936
|