Darija-LM / config.json
Duino's picture
Upload folder using huggingface_hub
b3dd936 verified
raw
history blame
296 Bytes
{
"architectures": [
"GPTLanguageModel"
],
"vocab_size": 32000,
"n_embd": 384,
"n_head": 6,
"n_layer": 6,
"block_size": 256,
"dropout": 0.2,
"tokenizer_class": "SentencePieceTokenizer",
"_name_or_path": "Duino/Darija-LM",
"model_type": "gpt2"
}