jethrowang
commited on
Commit
•
9e89251
1
Parent(s):
2b70258
End of training
Browse files- README.md +8 -8
- config.json +1 -1
- model.safetensors +1 -1
- runs/Aug31_13-37-52_SOTA/events.out.tfevents.1725084004.SOTA.3265480.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the TAT ASR Aligned dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- eval_loss:
|
23 |
-
-
|
24 |
-
- eval_runtime:
|
25 |
-
- eval_samples_per_second:
|
26 |
-
- eval_steps_per_second: 0.
|
27 |
- step: 0
|
28 |
|
29 |
## Model description
|
@@ -43,14 +43,14 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate: 0.
|
47 |
- train_batch_size: 64
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- lr_scheduler_warmup_steps:
|
53 |
-
- training_steps:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the TAT ASR Aligned dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- eval_loss: 0.6704
|
23 |
+
- eval_cer: 12.7287
|
24 |
+
- eval_runtime: 1330.4613
|
25 |
+
- eval_samples_per_second: 4.221
|
26 |
+
- eval_steps_per_second: 0.132
|
27 |
- step: 0
|
28 |
|
29 |
## Model description
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.0001
|
47 |
- train_batch_size: 64
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- lr_scheduler_warmup_steps: 681
|
53 |
+
- training_steps: 6810
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/share/nas169/jethrowang/CADA-GAN/whisper/results/vanilla-whisper-tiny_tat/checkpoint-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/share/nas169/jethrowang/CADA-GAN/whisper/results/vanilla-whisper-tiny_tat/checkpoint-6810",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1eb9b77ce7a6d6b9faad41352cd046bde294414b49366d6ea10fbe07a2b388bf
|
3 |
size 151061672
|
runs/Aug31_13-37-52_SOTA/events.out.tfevents.1725084004.SOTA.3265480.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f65636428d673d506486b409e1c1814f07c5e9fb2c0a9ed5c3543737cea6d48d
|
3 |
+
size 341
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:935668109b86cc35dd52346c089d3ca25e1bc5609ffa7d7f5521e2601c29b4d6
|
3 |
size 5368
|