CoolFace
Modelpublic

HuggingFaceH4/tiny-random-LlamaForCausalLM

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes170kdownloads
config.json22 linesDownload Raw Back to root
1{2  "architectures": [3    "LlamaForCausalLM"4  ],5  "bos_token_id": 0,6  "eos_token_id": 1,7  "hidden_act": "silu",8  "hidden_size": 16,9  "initializer_range": 0.02,10  "intermediate_size": 64,11  "model_type": "llama",12  "num_attention_heads": 4,13  "num_hidden_layers": 2,14  "pad_token_id": -1,15  "rms_norm_eps": 1e-06,16  "tie_word_embeddings": false,17  "torch_dtype": "float16",18  "transformers_version": "4.27.0.dev0",19  "use_cache": true,20  "vocab_size": 3200021}22