Darija-LM / config.json
Duino's picture
Update config.json
c4acdc8 verified
raw
history blame
322 Bytes
{
"architectures": ["GPTLanguageModel"],
"vocab_size": 32000,
"n_embd": 384,
"n_head": 6,
"n_layer": 6,
"block_size": 256,
"dropout": 0.2,
"tokenizer_class": "PreTrainedTokenizerFast",
"model_file": "bert-base-uncased",
"_name_or_path": "Duino/Darija-LM",
"model_type": "GPT"
}