{ | |
"module": "keras_nlp.src.models.t5.t5_backbone", | |
"class_name": "T5Backbone", | |
"config": { | |
"name": "t5_backbone", | |
"trainable": true, | |
"vocabulary_size": 32128, | |
"hidden_dim": 1024, | |
"intermediate_dim": 4096, | |
"num_layers": 24, | |
"num_heads": 16, | |
"activation": "relu", | |
"key_value_dim": null, | |
"dropout": 0.1, | |
"use_gated_activation": false, | |
"layer_norm_epsilon": 1e-06, | |
"tie_embedding_weights": true | |
}, | |
"registered_name": "keras_nlp>T5Backbone", | |
"assets": [], | |
"weights": "model.weights.h5" | |
} |