gpt2_extra_large_en / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
5eee00d verified
raw
history blame contribute delete
485 Bytes
{
"module": "keras_nlp.src.models.gpt2.gpt2_backbone",
"class_name": "GPT2Backbone",
"config": {
"name": "gpt2_backbone",
"trainable": true,
"vocabulary_size": 50257,
"num_layers": 48,
"num_heads": 25,
"hidden_dim": 1600,
"intermediate_dim": 6400,
"dropout": 0.1,
"max_sequence_length": 1024
},
"registered_name": "keras_nlp>GPT2Backbone",
"assets": [],
"weights": "model.weights.h5"
}