Text Generation
KerasHub
Keras
English
File size: 430 Bytes
899cfeb
ae27e74
899cfeb
 
ae27e74
 
899cfeb
 
 
 
 
 
 
 
ae27e74
899cfeb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "module": "keras_hub.src.models.opt.opt_backbone",
    "class_name": "OPTBackbone",
    "config": {
        "name": "opt_backbone_3",
        "trainable": true,
        "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_hub>OPTBackbone"
}