CoolFace
Modelpublic

GenerTeam/GENERator-v2-eukaryote-1.2b-base

sourceHugging Facemitupdated 3mo agoView on Hugging Face
4likes569downloads
config.json32 linesDownload Raw Back to root
1{2  "architectures": [3    "GENERatorForCausalLM"4  ],5  "attention_bias": false,6  "attention_dropout": 0.0,7  "bos_token_id": 1,8  "eos_token_id": 2,9  "hidden_act": "silu",10  "hidden_size": 2048,11  "initializer_range": 0.02,12  "intermediate_size": 5632,13  "max_position_embeddings": 16384,14  "mlp_bias": false,15  "model_type": "llama",16  "num_attention_heads": 32,17  "num_hidden_layers": 26,18  "num_key_value_heads": 4,19  "pretraining_tp": 1,20  "rms_norm_eps": 1e-05,21  "rope_scaling": null,22  "rope_theta": 500000.0,23  "tie_word_embeddings": false,24  "torch_dtype": "float32",25  "transformers_version": "4.44.0",26  "use_cache": true,27  "vocab_size": 4128,28  "auto_map": {29    "AutoModelForCausalLM": "modeling_generator.GENERatorForCausalLM"30  }31}32