{ | |
"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": 2816, | |
"num_layers": 24, | |
"num_heads": 16, | |
"activation": { | |
"module": "builtins", | |
"class_name": "function", | |
"config": "keras_nlp>gelu_approximate", | |
"registered_name": "function" | |
}, | |
"key_value_dim": null, | |
"dropout": 0.1, | |
"use_gated_activation": true, | |
"layer_norm_epsilon": 1e-06, | |
"tie_embedding_weights": false | |
}, | |
"registered_name": "keras_nlp>T5Backbone", | |
"assets": [], | |
"weights": "model.weights.h5" | |
} |