| { | |
| "module": "keras_hub.src.models.t5.t5_backbone", | |
| "class_name": "T5Backbone", | |
| "config": { | |
| "name": "t5_backbone", | |
| "trainable": true, | |
| "vocabulary_size": 32128, | |
| "hidden_dim": 768, | |
| "intermediate_dim": 3072, | |
| "num_layers": 12, | |
| "num_heads": 12, | |
| "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_hub>T5Backbone" | |
| } |