File size: 700 Bytes
134df9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "MyLLMForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_myllm.MyLLMConfig",
    "AutoModelForCausalLM": "modeling_myllm.MyLLMForCausalLM",
    "AutoModel": "modeling_myllm.MyLLMForCausalLM"
  },
  "bos_token_id": 2,
  "d_ff": 3072,
  "d_model": 768,
  "dtype": "float32",
  "eos_token_id": 3,
  "hidden_size": 768,
  "intermediate_size": 3072,
  "learning_rate": 0.0002,
  "max_len": 1024,
  "max_position_embeddings": 1024,
  "model_type": "myllm",
  "num_attention_heads": 12,
  "num_heads": 12,
  "num_hidden_layers": 16,
  "num_layers": 16,
  "pad_token_id": 0,
  "tie_word_embeddings": true,
  "transformers_version": "5.8.0",
  "vocab_size": 65536
}