File size: 976 Bytes
a943b5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b82b2a5
 
 
a943b5c
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
39
40
41
42
{
  "model_type": "slm",
  "model_name": "slm",
  "architectures": [
    "TinyGPTForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_tiny_gpt.TinyGPTConfig",
    "AutoModel": "modeling_tiny_gpt.TinyGPTModel",
    "AutoModelForCausalLM": "modeling_tiny_gpt.TinyGPTForCausalLM"
  },
  "vocab_size": 32000,
  "ctx_len": 2048,
  "max_position_embeddings": 2048,
  "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": "flash2",
  "torch_fallback": true,
  "positional_encoding": "rope",
  "trained_positional_encoding": "rope",
  "rope_base": 10000.0,
  "torch_dtype": "bfloat16",
  "transformers_version": "custom",
  "pad_token_id": 0,
  "sep_token_id": 2,
  "unk_token_id": 1,
  "bos_token_id": 5,
  "eos_token_id": 6
}