| { | |
| "activation_function": "gelu_new", | |
| "architectures": [ | |
| "GPTNeoForCausalLM" | |
| ], | |
| "attention_dropout": 0.0, | |
| "attention_layers": [ | |
| "global", | |
| "global" | |
| ], | |
| "attention_types": [ | |
| [ | |
| [ | |
| "global" | |
| ], | |
| 2 | |
| ] | |
| ], | |
| "attn_pdrop": 0.0, | |
| "bos_token_id": 0, | |
| "classifier_dropout": 0.1, | |
| "dtype": "float32", | |
| "embd_pdrop": 0.0, | |
| "embed_dropout": 0.0, | |
| "eos_token_id": 0, | |
| "hidden_size": 256, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 1024, | |
| "layer_norm_epsilon": 1e-05, | |
| "max_position_embeddings": 1024, | |
| "model_type": "gpt_neo", | |
| "num_heads": 4, | |
| "num_layers": 2, | |
| "pad_token_id": 0, | |
| "resid_dropout": 0.0, | |
| "resid_pdrop": 0.0, | |
| "transformers_version": "4.56.0", | |
| "use_cache": true, | |
| "vocab_size": 10000, | |
| "window_size": 256 | |
| } | |