htmLLM-50M-Base / config.json
LH-Tech-AI's picture
Create config.json
6e0bb74 verified
raw
history blame contribute delete
290 Bytes
{
"n_layer": 8,
"n_head": 8,
"n_embd": 512,
"block_size": 512,
"bias": false,
"vocab_size": 50304,
"dropout": 0.1,
"model_type": "gpt2",
"architectures": [
"GPT"
],
"tokenizer_class": "GPT2Tokenizer",
"model_name": "htmLLM 50M Base"
}