Training in progress, step 4000
Browse files- config.json +3 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -34,7 +34,7 @@
|
|
34 |
"mask_time_length": 10,
|
35 |
"mask_time_min_masks": 2,
|
36 |
"mask_time_prob": 0.05,
|
37 |
-
"max_length":
|
38 |
"max_source_positions": 1500,
|
39 |
"max_target_positions": 448,
|
40 |
"median_filter_width": 7,
|
@@ -46,7 +46,7 @@
|
|
46 |
"suppress_tokens": [],
|
47 |
"torch_dtype": "float32",
|
48 |
"transformers_version": "4.38.2",
|
49 |
-
"use_cache":
|
50 |
"use_weighted_layer_sum": false,
|
51 |
"vocab_size": 51865
|
52 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-tiny",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
34 |
"mask_time_length": 10,
|
35 |
"mask_time_min_masks": 2,
|
36 |
"mask_time_prob": 0.05,
|
37 |
+
"max_length": 225,
|
38 |
"max_source_positions": 1500,
|
39 |
"max_target_positions": 448,
|
40 |
"median_filter_width": 7,
|
|
|
46 |
"suppress_tokens": [],
|
47 |
"torch_dtype": "float32",
|
48 |
"transformers_version": "4.38.2",
|
49 |
+
"use_cache": true,
|
50 |
"use_weighted_layer_sum": false,
|
51 |
"vocab_size": 51865
|
52 |
}
|
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:499c14c70b964698b3b0e021b9d599847158802b21bdbf647b3c22dc81d17a23
|
3 |
size 151061672
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03799720413dcf6cd37611b86f94f4232986220bee530d2f408c6695d5543e39
|
3 |
size 5048
|