KerasHub
bloom_3b_multi / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
2c754c3 verified
raw
history blame
492 Bytes
{
"module": "keras_nlp.src.models.bloom.bloom_backbone",
"class_name": "BloomBackbone",
"config": {
"name": "bloom_backbone",
"trainable": true,
"vocabulary_size": 250880,
"num_layers": 30,
"num_heads": 32,
"hidden_dim": 2560,
"intermediate_dim": 10240,
"dropout": 0.0,
"layer_norm_epsilon": 1e-05
},
"registered_name": "keras_nlp>BloomBackbone",
"assets": [],
"weights": "model.weights.h5"
}