File size: 485 Bytes
2f5a6cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"module": "keras_nlp.src.models.gpt2.gpt2_backbone",
"class_name": "GPT2Backbone",
"config": {
"name": "gpt2_backbone",
"trainable": true,
"vocabulary_size": 50257,
"num_layers": 24,
"num_heads": 16,
"hidden_dim": 1024,
"intermediate_dim": 4096,
"dropout": 0.1,
"max_sequence_length": 1024
},
"registered_name": "keras_nlp>GPT2Backbone",
"assets": [],
"weights": "model.weights.h5"
} |