File size: 489 Bytes
00fe27f
081a4b9
00fe27f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "vocab_size": 65537,
  "d_model": 768,
  "n_heads": 12,
  "n_kv_heads": 4,
  "n_layers": 32,
  "d_ff": 2048,
  "head_dim": 64,
  "max_seq_len": 2048,
  "rope_theta": 10000.0,
  "rms_eps": 1e-05,
  "qkv_bias": true,
  "model_type": "quark",
  "architectures": [
    "QuarkForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_quark.QuarkConfig",
    "AutoModelForCausalLM": "modeling_quark.QuarkForCausalLM"
  },
  "tie_word_embeddings": true,
  "torch_dtype": "bfloat16"
}