neon-8-qubits / config.json
MarkChenX's picture
Upload 9 files
706c147 verified
raw
history blame contribute delete
250 Bytes
{
"architectures": [
"HuggingFaceGPTModel"
],
"block_size": 1024,
"hidden_size": 1024,
"model_type": "custom_gpt",
"n_head": 16,
"n_layer": 24,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"vocab_size": 50304
}