yoda_chatbot_model / config2.json
DoctorNoSense's picture
Rename config.json to config2.json
de7bb13 verified
raw
history blame contribute delete
No virus
459 Bytes
{
"architectures": [
"microsoft/Phi-3-mini-4k-instruct"
],
"model_type": "phi3",
"vocab_size": 50257,
"n_positions": 1024,
"n_ctx": 1024,
"n_embd": 768,
"n_layer": 12,
"n_head": 12,
"activation_function": "gelu_new",
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-5,
"attn_pdrop": 0.1,
"embd_pdrop": 0.1,
"resid_pdrop": 0.1,
"bos_token_id": 50256,
"eos_token_id": 50256,
"output_past": true,
"use_cache": true
}