gpt2_medium_en / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
2f5a6cb verified
raw
history blame
485 Bytes
{
"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"
}