File size: 612 Bytes
dc64c03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "GPTForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "config.GPTConfig",
    "AutoModelForCausalLM": "model.GPTForCausalLM"
  },
  "block_size": 1024,
  "dtype": "float32",
  "head_dim": 128,
  "hidden_size": 768,
  "intermediate_size": 1920,
  "labels_are_shifted": true,
  "max_position_embeddings": 1024,
  "model_type": "gpt",
  "num_attention_heads": 6,
  "num_hidden_layers": 35,
  "num_key_value_heads": 2,
  "rms_norm_eps": 1e-06,
  "rope_theta": 100000.0,
  "tie_word_embeddings": true,
  "transformers_version": "5.14.1",
  "vocab_size": 16384,
  "xsa_projection": true
}