PhoneLM-1.5B-Call / config.json
mllmTeam's picture
Upload folder using huggingface_hub
1770fa9 verified
raw
history blame contribute delete
809 Bytes
{
"_name_or_path": "./",
"architectures": [
"PhoneLMForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_phonelm.PhoneLMConfig",
"AutoModelForCausalLM": "modeling_phonelm.PhoneLMForCausalLM"
},
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "relu",
"hidden_size": 2560,
"initializer_range": 0.02,
"intermediate_size": 6816,
"max_position_embeddings": 2048,
"model_type": "phonelm",
"num_attention_heads": 16,
"num_hidden_layers": 19,
"num_key_value_heads": 16,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.44.1",
"use_cache": true,
"vocab_size": 49152
}