| { | |
| "architectures": [ | |
| "Platypus" | |
| ], | |
| "model_type": "transformer", | |
| "vocab_size": 65, | |
| "n_positions": 128, | |
| "n_embd": 512, | |
| "n_layer": 6, | |
| "n_head": 8, | |
| "n_inner": 2048, | |
| "activation_function": "gelu", | |
| "dropout": 0.1, | |
| "safetensors": true, | |
| "torch_dtype": "float32" | |
| } |