File size: 463 Bytes
429fb1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "schema": "alpha-native-model-config-v1",
  "architecture": "gpt",
  "model": {
    "vocabSize": 12288,
    "blockSize": 512,
    "nLayer": 16,
    "nEmbd": 512,
    "nHead": 8,
    "dropout": 0,
    "ffnActivation": "gelu",
    "normType": "layernorm",
    "posEnc": "learned",
    "tieEmbeddings": false,
    "attentionSoftCap": 30
  },
  "tokenizer": "bpe-byte-12k",
  "parameterCount": 63210496,
  "checkpointFormat": "alpha-native-full-training-state"
}