Christ0pher's picture
Upload config.json
72dc262 verified
raw
history blame contribute delete
No virus
290 Bytes
{
"architectures": [
"BloomForCausalLM"
],
"vocab_size": 50257,
"hidden_size": 4096,
"tie_word_embeddings": true,
"n_layer": 30,
"hidden_dropout": 0.0,
"layer_norm_epsilon": 1e-05,
"n_head": 32,
"attention_dropout": 0.0,
"model_type": "bloom"
}