Text Generation
KerasHub
Keras
bloom_560m_multi / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
f996710 verified
raw
history blame
491 Bytes
{
"module": "keras_nlp.src.models.bloom.bloom_backbone",
"class_name": "BloomBackbone",
"config": {
"name": "bloom_backbone",
"trainable": true,
"vocabulary_size": 250880,
"num_layers": 24,
"num_heads": 16,
"hidden_dim": 1024,
"intermediate_dim": 4096,
"dropout": 0.0,
"layer_norm_epsilon": 1e-05
},
"registered_name": "keras_nlp>BloomBackbone",
"assets": [],
"weights": "model.weights.h5"
}