File size: 338 Bytes
fa630f6
262abf5
 
 
fa630f6
262abf5
 
fa630f6
 
 
 
 
 
262abf5
fa630f6
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "architectures": [
    "CustomAI"
  ],
  "auto_map": {
    "AutoConfig": "config.CustomAIConfig",
    "AutoModelForCausalLM": "model.CustomAI"
  },
  "dropout": 0.2,
  "model_type": "CustomAI",
  "n_embd": 384,
  "n_head": 4,
  "n_layer": 4,
  "torch_dtype": "float32",
  "transformers_version": "4.36.0.dev0",
  "vocab_size": 1000
}