File size: 637 Bytes
f57dd4e
a4ee8db
be45155
a4ee8db
be45155
 
a4ee8db
f57dd4e
 
 
 
 
 
6ab1219
f57dd4e
be45155
6ab1219
 
be45155
 
 
 
 
 
 
6ab1219
0aa97ad
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
{
  "model_type": "cali",
  "architectures": ["CALIForCausalLM"],
  "auto_map": {
    "AutoConfig": "configuration_cali.CALIConfig",
    "AutoModelForCausalLM": "modeling_cali.CALIForCausalLM"
  },
  "vocab_size": 32000,
  "hidden_dim": 768,
  "num_layers": 11,
  "num_heads": 4,
  "num_kv_heads": 1,
  "head_dim": 192,
  "seq_len": 1024,
  "ffn_multiplier": 3.0,
  "dropout": 0.0,
  "tie_embeddings": true,
  "rope_theta": 10000.0,
  "rms_norm_eps": 1e-6,
  "initializer_range": 0.02,
  "use_cache": true,
  "pad_token_id": null,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "torch_dtype": "float32",
  "transformers_version": "4.40.0"
}