{
  "init_args": [
    {
      "intermediate_size": 4096,
      "attention_probs_dropout_prob": 0.0,
      "hidden_dropout_prob": 0.1,
      "normalize_before": false,
      "word_embed_proj_dim": 512,
      "num_attention_heads": 16,
      "bos_token_id": 2,
      "hidden_size": 1024,
      "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"
}