roberta_base_en / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
cfa7ba2 verified
raw
history blame
498 Bytes
{
"module": "keras_nlp.src.models.roberta.roberta_backbone",
"class_name": "RobertaBackbone",
"config": {
"name": "roberta_backbone",
"trainable": true,
"vocabulary_size": 50265,
"num_layers": 12,
"num_heads": 12,
"hidden_dim": 768,
"intermediate_dim": 3072,
"dropout": 0.1,
"max_sequence_length": 512
},
"registered_name": "keras_nlp>RobertaBackbone",
"assets": [],
"weights": "model.weights.h5"
}