File size: 659 Bytes
a42399d c516e70 | 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 | {
"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"
} |