Luna-0.1b-Instruct / config.json
Sherwinroger002's picture
Upload folder using huggingface_hub
39ab78a verified
Raw
History Blame Contribute Delete
166 Bytes
{
"vocab_size": 50257,
"context_length": 512,
"emb_dim": 768,
"n_heads": 12,
"n_layers": 12,
"drop_rate": 0.1,
"qkv_bias": false
}