CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-random-gemma3-text

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes13kdownloads
config.json38 linesDownload Raw Back to root
1{2  "architectures": [3    "Gemma3ForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "attn_logit_softcapping": null,8  "bos_token_id": 2,9  "cache_implementation": "hybrid",10  "eos_token_id": [11    1,12    10613  ],14  "final_logit_softcapping": null,15  "head_dim": 16,16  "hidden_activation": "gelu_pytorch_tanh",17  "hidden_size": 8,18  "initializer_range": 0.02,19  "intermediate_size": 16,20  "max_position_embeddings": 32768,21  "model_type": "gemma3_text",22  "num_attention_heads": 4,23  "num_hidden_layers": 2,24  "num_key_value_heads": 1,25  "pad_token_id": 0,26  "query_pre_attn_scalar": 256,27  "rms_norm_eps": 1e-06,28  "rope_local_base_freq": 10000,29  "rope_scaling": null,30  "rope_theta": 1000000,31  "sliding_window": 512,32  "sliding_window_pattern": 6,33  "torch_dtype": "bfloat16",34  "transformers_version": "4.50.0.dev0",35  "use_cache": true,36  "vocab_size": 26214437}38