初始化项目,由ModelHub XC社区提供模型

Model: DOEJGI/GenomeOcean-500M
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-11 04:45:16 +08:00
commit 55de17ce9c
9 changed files with 8577 additions and 0 deletions

31
config.json Normal file
View File

@@ -0,0 +1,31 @@
{
"_name_or_path": "./model/model_mistral_500M",
"architectures": [
"MistralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"classifier_dropout": 0.1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 1536,
"initializer_range": 0.02,
"intermediate_size": 6144,
"is_causal": true,
"max_position_embeddings": 32768,
"model_type": "mistral",
"num_attention_heads": 8,
"num_hidden_layers": 14,
"num_key_value_heads": 8,
"output_router_logits": false,
"pad_token_id": 3,
"rms_norm_eps": 1e-05,
"rope_theta": 1000000.0,
"router_aux_loss_coef": 0.02,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.38.2",
"use_cache": true,
"vocab_size": 4096
}