File size: 731 Bytes
f9346af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": [
    "LowOnMindForCausalLM"
  ],
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoConfig": "configuration_lowonmind.LowOnMindConfig",
    "AutoModelForCausalLM": "modeling_lowonmind.LowOnMindForCausalLM"
  },
  "bos_token_id": 0,
  "dtype": "float32",
  "eos_token_id": 0,
  "hidden_size": 192,
  "initializer_range": 0.02,
  "intermediate_size": 512,
  "max_position_embeddings": 512,
  "model_type": "lowonmind",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "num_key_value_heads": 4,
  "pad_token_id": 1,
  "rms_norm_eps": 1e-05,
  "rope_theta": 10000.0,
  "tie_word_embeddings": true,
  "transformers_version": "5.16.1",
  "use_cache": false,
  "use_qk_norm": true,
  "vocab_size": 1024
}