Training in progress, step 50
Browse files- config.json +19 -10
- model.safetensors +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "GiorgiSekhniashvili/whisper-tiny-ka-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -7,10 +7,7 @@
|
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
-
"begin_suppress_tokens":
|
11 |
-
220,
|
12 |
-
50257
|
13 |
-
],
|
14 |
"bos_token_id": 50257,
|
15 |
"classifier_proj_size": 256,
|
16 |
"d_model": 384,
|
@@ -25,7 +22,20 @@
|
|
25 |
"encoder_layerdrop": 0.0,
|
26 |
"encoder_layers": 4,
|
27 |
"eos_token_id": 50257,
|
28 |
-
"forced_decoder_ids":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"init_std": 0.02,
|
30 |
"is_encoder_decoder": true,
|
31 |
"mask_feature_length": 10,
|
@@ -34,7 +44,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,
|
@@ -43,10 +53,9 @@
|
|
43 |
"num_mel_bins": 80,
|
44 |
"pad_token_id": 50257,
|
45 |
"scale_embedding": false,
|
46 |
-
"suppress_tokens": [],
|
47 |
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.
|
49 |
-
"use_cache":
|
50 |
"use_weighted_layer_sum": false,
|
51 |
"vocab_size": 51865
|
52 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "GiorgiSekhniashvili/whisper-tiny-ka-01",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
7 |
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": null,
|
|
|
|
|
|
|
11 |
"bos_token_id": 50257,
|
12 |
"classifier_proj_size": 256,
|
13 |
"d_model": 384,
|
|
|
22 |
"encoder_layerdrop": 0.0,
|
23 |
"encoder_layers": 4,
|
24 |
"eos_token_id": 50257,
|
25 |
+
"forced_decoder_ids": [
|
26 |
+
[
|
27 |
+
1,
|
28 |
+
50259
|
29 |
+
],
|
30 |
+
[
|
31 |
+
2,
|
32 |
+
50359
|
33 |
+
],
|
34 |
+
[
|
35 |
+
3,
|
36 |
+
50363
|
37 |
+
]
|
38 |
+
],
|
39 |
"init_std": 0.02,
|
40 |
"is_encoder_decoder": true,
|
41 |
"mask_feature_length": 10,
|
|
|
44 |
"mask_time_length": 10,
|
45 |
"mask_time_min_masks": 2,
|
46 |
"mask_time_prob": 0.05,
|
47 |
+
"max_length": null,
|
48 |
"max_source_positions": 1500,
|
49 |
"max_target_positions": 448,
|
50 |
"median_filter_width": 7,
|
|
|
53 |
"num_mel_bins": 80,
|
54 |
"pad_token_id": 50257,
|
55 |
"scale_embedding": false,
|
|
|
56 |
"torch_dtype": "float32",
|
57 |
+
"transformers_version": "4.48.0",
|
58 |
+
"use_cache": true,
|
59 |
"use_weighted_layer_sum": false,
|
60 |
"vocab_size": 51865
|
61 |
}
|
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:b62a2a8c47d2d50c6c5e7a3529055a26fd0b6ea5ab1f37e2f8d2df66e3687630
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fb2efe0aa0d7f2e985b32649ce41573d3d1eff30130f73bb6547c64a7ffa838
|
3 |
+
size 5496
|