{
  "init_args": [{
    "intermediate_size": 8192,
    "attention_probs_dropout_prob": 0.0,
    "hidden_dropout_prob": 0.1,
    "normalize_before": true,
    "word_embed_proj_dim": 2048,
    "num_attention_heads": 32,
    "bos_token_id": 2,
    "hidden_size": 2048,
    "eos_token_id": 2,
    "hidden_act": "relu",
    "initializer_range": 0.02,
    "max_position_embeddings": 2048,
    "num_hidden_layers": 24,
    "pad_token_id": 1,
    "vocab_size": 50272,
    "init_class": "OPTModel"
  }],
  "init_class": "OPTForCausalLM"
}