File size: 557 Bytes
320c763
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "architectures": [
    "IvmeConversateSV2InstructModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_ivme_s_v2_instruct.IvmeConversateSV2InstructConfig",
    "AutoModelForCausalLM": "modeling_ivme_s_v2_instruct.IvmeConversateSV2InstructModel"
  },
  "d_ff": 896,
  "d_model": 224,
  "dtype": "float32",
  "max_seq_len": 1024,
  "model_type": "ivme_conversate_s_v2_instruct",
  "n_heads": 7,
  "n_layers": 9,
  "norm_eps": 1e-05,
  "rope_theta": 10000.0,
  "tie_word_embeddings": true,
  "transformers_version": "5.14.1",
  "vocab_size": 8000
}