Overflow-1T / config.json
CooLLaMACEO's picture
Update config.json
a42399d verified
raw
history blame contribute delete
659 Bytes
{
"architectures": [
"OverflowForCausalLM"
],
"model_type": "overflow",
"precision": "1.5-bit",
"quantization": "ternary_base3",
"vocab_size": 50005,
"hidden_size": 16384,
"intermediate_size": 43008,
"num_hidden_layers": 128,
"num_attention_heads": 128,
"num_key_value_heads": 16,
"max_position_embeddings": 4096,
"rms_norm_eps": 1e-05,
"initializer_range": 0.02,
"use_cache": true,
"bos_token_id": 1,
"eos_token_id": 2,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.36.2",
"creator": "CooLLaMACEO",
"project": "Overflow-1T"
}