File size: 779 Bytes
6fdac15 63cd48d 6fdac15 63cd48d |
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 |
{
"architectures": [
"PhariaForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_pharia.PhariaConfig",
"AutoModelForCausalLM": "modeling_pharia.PhariaForCausalLM"
},
"model_type": "pharia-v1",
"attention_bias": true,
"attention_dropout": 0.0,
"eos_token_id": 0,
"bos_token_id": 127179,
"pad_token_id": 1,
"hidden_act": "gelu",
"hidden_size": 4608,
"initializer_range": 0.02,
"intermediate_size": 18432,
"max_position_embeddings": 8192,
"mlp_bias": true,
"num_attention_heads": 36,
"num_hidden_layers": 27,
"num_key_value_heads": 4,
"rope_scaling": null,
"rope_theta": 1000000,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.44.2",
"use_cache": true,
"vocab_size": 128000
} |