File size: 462 Bytes
dbea7f4 0f5b528 dbea7f4 0f5b528 dbea7f4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"module": "keras_hub.src.models.distil_bert.distil_bert_backbone",
"class_name": "DistilBertBackbone",
"config": {
"name": "distil_bert_backbone",
"trainable": true,
"vocabulary_size": 30522,
"num_layers": 6,
"num_heads": 12,
"hidden_dim": 768,
"intermediate_dim": 3072,
"dropout": 0.1,
"max_sequence_length": 512
},
"registered_name": "keras_hub>DistilBertBackbone"
} |