Friends / config.json
BingyiSu's picture
Upload config.json with huggingface_hub
12cfc24 verified
raw
history blame
139 Bytes
{
"vocab_size": 128,
"n_embd": 128,
"block_size": 64,
"n_layer": 8,
"n_head": 8,
"model_type": "custom_transformer"
}