jethrowang
commited on
Commit
•
2b70258
1
Parent(s):
8d7b261
End of training
Browse files- README.md +8 -8
- config.json +1 -1
- model.safetensors +1 -1
- runs/Aug30_12-35-18_nv3090/events.out.tfevents.1724993529.nv3090.162273.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:
|
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: 1.1640
|
23 |
+
- eval_wer: 54.6436
|
24 |
+
- eval_runtime: 1001.4134
|
25 |
+
- eval_samples_per_second: 5.608
|
26 |
+
- eval_steps_per_second: 0.176
|
27 |
- step: 0
|
28 |
|
29 |
## Model description
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 0.001
|
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: 1362
|
53 |
+
- training_steps: 13620
|
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-13620",
|
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:e4fe2d8b856b59e1f5d30f50d7c51ca450d270eb88fa004c86e33eef71491f5d
|
3 |
size 151061672
|
runs/Aug30_12-35-18_nv3090/events.out.tfevents.1724993529.nv3090.162273.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc18b654e0af347ef5ff99be58fc8fd5cdaebe675a38ca100cece0ab4cf0714c
|
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:d3ebf411d376d684e3fa3db2c67af1cd45cbe876ed7fa407e608263f0ba8539f
|
3 |
size 5368
|