File size: 420 Bytes
0127663 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"module": "keras_nlp.src.models.opt.opt_backbone",
"class_name": "OPTBackbone",
"config": {
"vocabulary_size": 50272,
"num_layers": 12,
"num_heads": 12,
"hidden_dim": 768,
"intermediate_dim": 3072,
"dropout": 0.1,
"max_sequence_length": 2048
},
"registered_name": "keras_nlp>OPTBackbone",
"assets": [],
"weights": "model.weights.h5"
} |