File size: 881 Bytes
59f1228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3d213d5
59f1228
 
 
 
 
 
 
3d213d5
 
59f1228
 
 
 
 
 
3d213d5
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
31
32
33
34
35
36
37
38
{
  "model_type": "basemini",
  "model_name": "Basemini",
  "architectures": [
    "TinyGPTForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_tiny_gpt.TinyGPTConfig",
    "AutoModel": "modeling_tiny_gpt.TinyGPTModel",
    "AutoModelForCausalLM": "modeling_tiny_gpt.TinyGPTForCausalLM"
  },
  "vocab_size": 466,
  "ctx_len": 128,
  "max_position_embeddings": 128,
  "n_layer": 4,
  "num_hidden_layers": 4,
  "n_head": 4,
  "num_attention_heads": 4,
  "n_embd": 384,
  "hidden_size": 384,
  "dropout": 0.0,
  "attention_backend": "torch",
  "available_attention_backends": [
    "sage",
    "torch",
    "flash2",
    "flash3"
  ],
  "trained_attention_backend": "torch",
  "torch_fallback": true,
  "torch_dtype": "float16",
  "transformers_version": "custom",
  "pad_token_id": 0,
  "bos_token_id": 5,
  "eos_token_id": 6,
  "sep_token_id": 2,
  "unk_token_id": 1
}