custom-gpt / config.json
Karthik15's picture
Rename config.js to config.json
35dd74c verified
raw
history blame
185 Bytes
{
"model_type":"gpt2",
"vocab_size": 50257,
"block_size": 128,
"n_layer": 6,
"n_head": 6,
"n_embd": 384,
"dropout": 0.1,
"bias": true,
"_name_or_path": "custom-gpt"
}