fibonacciai's picture
Update config.json
1ff3ffc verified
raw
history blame contribute delete
794 Bytes
{
"architectures": [
"GemmaForCausalLM"
],
"model_type": "gemma",
"hidden_size": 2048,
"intermediate_size": 5504,
"num_attention_heads": 16,
"num_hidden_layers": 26,
"num_key_value_heads": 16,
"vocab_size": 256000,
"max_position_embeddings": 8192,
"rope_theta": 1000000,
"rope_scaling": null,
"rms_norm_eps": 1e-6,
"torch_dtype": "bfloat16",
"use_sliding_window_attention": false,
"sliding_window_size": null,
"initializer_range": 0.02,
"attention_dropout": 0.0,
"hidden_dropout": 0.0,
"pad_token_id": 0,
"bos_token_id": 1,
"eos_token_id": 2,
"tie_word_embeddings": true,
"tokenizer_class": "GemmaTokenizer",
"_name_or_path": "fibonacciai/RealRobot-Chatbot-Ecommerce-Robot-Fibonacci-Nano-llm",
"transformers_version": "4.42.0"
}