Upload config
This commit is contained in:
parent
40083c0971
commit
2ff81621b1
10
config.json
10
config.json
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"activation_dropout": 0.0,
|
"activation_dropout": 0.0,
|
||||||
"activation_function": "gelu",
|
"activation_function": "gelu",
|
||||||
"architectures": [
|
|
||||||
"WhisperModel"
|
|
||||||
],
|
|
||||||
"attention_dropout": 0.0,
|
"attention_dropout": 0.0,
|
||||||
"bos_token_id": 50257,
|
"bos_token_id": 50257,
|
||||||
"d_model": 384,
|
"d_model": 384,
|
||||||
|
@ -11,11 +8,7 @@
|
||||||
"decoder_ffn_dim": 1536,
|
"decoder_ffn_dim": 1536,
|
||||||
"decoder_layerdrop": 0.0,
|
"decoder_layerdrop": 0.0,
|
||||||
"decoder_layers": 4,
|
"decoder_layers": 4,
|
||||||
"decoder_start_token_id": [
|
"decoder_start_token_id": 50257,
|
||||||
50258,
|
|
||||||
50259,
|
|
||||||
50359
|
|
||||||
],
|
|
||||||
"dropout": 0.0,
|
"dropout": 0.0,
|
||||||
"encoder_attention_heads": 6,
|
"encoder_attention_heads": 6,
|
||||||
"encoder_ffn_dim": 1536,
|
"encoder_ffn_dim": 1536,
|
||||||
|
@ -119,7 +112,6 @@
|
||||||
"num_mel_bins": 80,
|
"num_mel_bins": 80,
|
||||||
"pad_token_id": 0,
|
"pad_token_id": 0,
|
||||||
"scale_embedding": false,
|
"scale_embedding": false,
|
||||||
"torch_dtype": "float32",
|
|
||||||
"transformers_version": "4.23.0.dev0",
|
"transformers_version": "4.23.0.dev0",
|
||||||
"use_cache": true,
|
"use_cache": true,
|
||||||
"vocab_size": 51864
|
"vocab_size": 51864
|
||||||
|
|
Loading…
Reference in New Issue