File size: 835 Bytes
b3abc18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "DCPythia"
  ],
  "auto_map": {
    "AutoConfig": "configuration_dcpythia.DCPythiaConfig",
    "AutoModelForCausalLM": "modeling_dcpythia.DCPythia"
  },
  "block_size": 2048,
  "bos_token_id": 0,
  "dim": 4096,
  "eos_token_id": 0,
  "head_dim": 128,
  "intermediate_size": 16384,
  "is_training": false,
  "model_type": "dcpythia",
  "n_head": 32,
  "n_layer": 32,
  "n_local_heads": 32,
  "norm_eps": 1e-05,
  "q_chunk_size": 128,
  "query_wise": false,
  "rope_base": 10000,
  "rotary_pct": 0.25,
  "tie_word_embeddings": false,
  "torch_dtype": "float16",
  "transformers_version": "4.33.2",
  "use_dcmha": true,
  "use_gradient_checkpointing": false,
  "use_linear_bias": true,
  "use_parallel_residual": true,
  "use_qk_norm": true,
  "vocab_size": 50257,
  "window_size": 256,
  "window_type": null
}