Text Generation
KerasHub
Keras
English
opt_6.7b_en / config.json
Divyasreepat's picture
Upload folder using huggingface_hub
899cfeb verified
raw
history blame contribute delete
422 Bytes
{
"module": "keras_nlp.src.models.opt.opt_backbone",
"class_name": "OPTBackbone",
"config": {
"vocabulary_size": 50272,
"num_layers": 32,
"num_heads": 32,
"hidden_dim": 4096,
"intermediate_dim": 16384,
"dropout": 0.1,
"max_sequence_length": 2048
},
"registered_name": "keras_nlp>OPTBackbone",
"assets": [],
"weights": "model.weights.h5"
}