File size: 402 Bytes
b6348a9
 
 
 
cb072e6
 
 
 
b6348a9
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "architectures": [
    "PerkLM"
  ],
  "auto_map": {
    "AutoConfig": "modeling_perklm.PerkLMConfig",
    "AutoModelForCausalLM": "modeling_perklm.PerkLM"
  },
  "d_ff": 2048,
  "d_model": 512,
  "dropout": 0.1,
  "dtype": "float32",
  "maxt": 512,
  "model_type": "perklm",
  "n_heads": 8,
  "n_layers": 6,
  "tokenizer_path": "tokenizer",
  "transformers_version": "4.57.3"
}