File size: 1,000 Bytes
8039af2 3d96e04 8039af2 bf3fbc1 8039af2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"_name_or_path": "twigs/bigbird-pegasus-large-4096-pubmed",
"activation_dropout": 0.0,
"activation_function": "gelu_new",
"architectures": [
"BigBirdPegasusForConditionalGeneration"
],
"attention_dropout": 0.0,
"attention_type": "block_sparse",
"block_size": 64,
"bos_token_id": 2,
"classifier_dropout": 0.0,
"d_model": 1024,
"decoder_attention_heads": 16,
"decoder_ffn_dim": 4096,
"decoder_layerdrop": 0.0,
"decoder_layers": 16,
"decoder_start_token_id": 2,
"dropout": 0.1,
"encoder_attention_heads": 16,
"encoder_ffn_dim": 4096,
"encoder_layerdrop": 0.0,
"encoder_layers": 16,
"eos_token_id": 1,
"init_std": 0.02,
"is_encoder_decoder": true,
"max_position_embeddings": 4096,
"model_type": "bigbird_pegasus",
"num_hidden_layers": 16,
"num_random_blocks": 3,
"pad_token_id": 0,
"scale_embedding": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.25.1",
"use_bias": false,
"use_cache": true,
"vocab_size": 96103
}
|