Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"begin_suppress_tokens": [
|
@@ -45,7 +45,7 @@
|
|
45 |
"scale_embedding": false,
|
46 |
"suppress_tokens": [],
|
47 |
"torch_dtype": "float32",
|
48 |
-
"transformers_version": "4.38.
|
49 |
"use_cache": true,
|
50 |
"use_weighted_layer_sum": false,
|
51 |
"vocab_size": 51865
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-small",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
6 |
"architectures": [
|
7 |
+
"WhisperForConditionalGeneration"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"begin_suppress_tokens": [
|
|
|
45 |
"scale_embedding": false,
|
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
|