File size: 558 Bytes
d041560 35812b2 d041560 35812b2 |
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 |
{
"num_layers": 24,
"d_model": 2048,
"attention_heads": 32,
"ffn_dim": 8192,
"vocab_size": 50261,
"bos_token_id": 50257,
"eos_token_id": 50259,
"activation_dropout": 0.0,
"activation_function": "gelu",
"architectures": [
"XGLMForCausalLM"
],
"attention_dropout": 0.1,
"dropout": 0.1,
"init_std": 0.02,
"layerdrop": 0.0,
"max_position_embeddings": 2048,
"model_type": "xglm",
"tokenizer_class": "GPT2Tokenizer",
"scale_embedding": true,
"transformers_version": "4.17.0",
"newlinemode": "s",
"use_cache": true
}
|