File size: 1,053 Bytes
dbcfe2a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
{
"architectures": [
"LuminousForEmbedding"
],
"attention_bias": true,
"attention_dropout": 0.0,
"attn_adapter_config": {
"hidden_act": "gelu",
"hidden_size": 4608,
"intermediate_size": 1152,
"mlp_bias": false
},
"bias_name": null,
"bos_token_id": 1,
"causal_attention": true,
"embedding_head_out": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_size": 4608,
"initializer_range": 0.02,
"intermediate_size": 18432,
"layer_norm_epsilon": 1e-05,
"lora_config": null,
"max_position_embeddings": 8192,
"mlp_adapter_config": {
"hidden_act": "gelu",
"hidden_size": 4608,
"intermediate_size": 1152,
"mlp_bias": false
},
"mlp_bias": true,
"mode": "generation",
"num_attention_heads": 36,
"num_hidden_layers": 27,
"num_key_value_heads": 4,
"pooling_method": "weighted_mean",
"rope_scaling": null,
"rope_theta": 1000000,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.47.0",
"use_cache": false,
"vocab_size": 128000
}
|