| { |
| "_name_or_path": "HealthcareReadmissionGPT", |
| "architectures": ["GPT2LMHeadModel"], |
| "model_type": "gpt2", |
| "vocab_size": 50257, |
| "n_positions": 512, |
| "n_ctx": 512, |
| "n_embd": 768, |
| "n_layer": 8, |
| "n_head": 12, |
| "activation_function": "gelu", |
| "resid_pdrop": 0.1, |
| "embd_pdrop": 0.1, |
| "attn_pdrop": 0.1, |
| "layer_norm_epsilon": 1e-05, |
| "initializer_range": 0.02, |
| "bos_token_id": 50256, |
| "eos_token_id": 50256, |
| "use_cache": true, |
| "is_encoder_decoder": false, |
| "add_cross_attention": false, |
| "scale_attn_weights": true, |
| "torch_dtype": "float32" |
| } |