Commit
·
d171567
1
Parent(s):
0bffc73
New model: 2025.05.13
Browse files- config.json +1 -2
- generation_config.json +11 -1
- model.safetensors +1 -1
- preprocessor_config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/mlspeech/data/yoadsnapir/models/knst_turbo_mrg_e2c15600_e1c15600",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -43,7 +42,7 @@
|
|
43 |
"pad_token_id": 50257,
|
44 |
"scale_embedding": false,
|
45 |
"torch_dtype": "float32",
|
46 |
-
"transformers_version": "4.
|
47 |
"use_cache": false,
|
48 |
"use_weighted_layer_sum": false,
|
49 |
"vocab_size": 51866
|
|
|
1 |
{
|
|
|
2 |
"activation_dropout": 0.0,
|
3 |
"activation_function": "gelu",
|
4 |
"apply_spec_augment": false,
|
|
|
42 |
"pad_token_id": 50257,
|
43 |
"scale_embedding": false,
|
44 |
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.51.1",
|
46 |
"use_cache": false,
|
47 |
"use_weighted_layer_sum": false,
|
48 |
"vocab_size": 51866
|
generation_config.json
CHANGED
@@ -33,6 +33,16 @@
|
|
33 |
"bos_token_id": 50257,
|
34 |
"decoder_start_token_id": 50258,
|
35 |
"eos_token_id": 50257,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
"is_multilingual": true,
|
37 |
"lang_to_id": {
|
38 |
"<|af|>": 50327,
|
@@ -147,5 +157,5 @@
|
|
147 |
"transcribe": 50360,
|
148 |
"translate": 50359
|
149 |
},
|
150 |
-
"transformers_version": "4.
|
151 |
}
|
|
|
33 |
"bos_token_id": 50257,
|
34 |
"decoder_start_token_id": 50258,
|
35 |
"eos_token_id": 50257,
|
36 |
+
"forced_decoder_ids": [
|
37 |
+
[
|
38 |
+
1,
|
39 |
+
null
|
40 |
+
],
|
41 |
+
[
|
42 |
+
2,
|
43 |
+
50360
|
44 |
+
]
|
45 |
+
],
|
46 |
"is_multilingual": true,
|
47 |
"lang_to_id": {
|
48 |
"<|af|>": 50327,
|
|
|
157 |
"transcribe": 50360,
|
158 |
"translate": 50359
|
159 |
},
|
160 |
+
"transformers_version": "4.51.1"
|
161 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3235581408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:600f71638a2c8e674a9bead39ddc16553efc969541e0b74e74e25572b58e1a58
|
3 |
size 3235581408
|
preprocessor_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"chunk_length": 30,
|
|
|
3 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
"feature_size": 128,
|
5 |
"hop_length": 160,
|
|
|
1 |
{
|
2 |
"chunk_length": 30,
|
3 |
+
"dither": 0.0,
|
4 |
"feature_extractor_type": "WhisperFeatureExtractor",
|
5 |
"feature_size": 128,
|
6 |
"hop_length": 160,
|