CoolFace
Modelpublic

ASiatras/Chios_Chatbot

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes13downloads
config.json35 linesDownload Raw Back to root
1{2    "architectures": [3        "MistralForCausalLM"4    ],5    "attention_dropout": 0.0,6    "bos_token_id": 1,7    "eos_token_id": 2,8    "hidden_act": "silu",9    "hidden_size": 4096,10    "initializer_range": 0.02,11    "intermediate_size": 14336,12    "max_position_embeddings": 32768,13    "model_type": "mistral",14    "num_attention_heads": 32,15    "num_hidden_layers": 32,16    "num_key_value_heads": 8,17    "quantization": {18        "group_size": 128,19        "bits": 4,20        "mode": "affine"21    },22    "quantization_config": {23        "group_size": 128,24        "bits": 4,25        "mode": "affine"26    },27    "rms_norm_eps": 1e-05,28    "rope_theta": 10000.0,29    "sliding_window": 4096,30    "tie_word_embeddings": false,31    "torch_dtype": "bfloat16",32    "transformers_version": "4.37.2",33    "use_cache": true,34    "vocab_size": 6152035}