Upload WhisperForConditionalGeneration
This commit is contained in:
parent
25da2ff16c
commit
d902ab9a80
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
|
"_name_or_path": "openai/whisper-tiny",
|
||||||
"activation_dropout": 0.0,
|
"activation_dropout": 0.0,
|
||||||
"activation_function": "gelu",
|
"activation_function": "gelu",
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"WhisperModel"
|
"WhisperForConditionalGeneration"
|
||||||
],
|
],
|
||||||
"attention_dropout": 0.0,
|
"attention_dropout": 0.0,
|
||||||
"bos_token_id": 50257,
|
"bos_token_id": 50257,
|
||||||
|
@ -11,11 +12,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,
|
||||||
|
|
BIN
pytorch_model.bin (Stored with Git LFS)
BIN
pytorch_model.bin (Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue