NEOAI's picture
开源SpaceExploreAI模型:基于Transformer模型训练的5M的大语言模型
a44cfb4
raw
history blame
579 Bytes
{
"model_type": "space_explore_ai_financial",
"architectures": [
"SpaceExploreAIFinancialModel"
],
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-12,
"pad_token_id": 0,
"unk_token_id": 3,
"transformers_version": "4.36.0",
"use_cache": true,
"vocab_size": 69,
"tokenizer_class": "FinancialFeatureProcessor",
"model_name": "SpaceExploreAI",
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"max_position_embeddings": 1024,
"model_max_length": 1024
}