Index-pt / config.json
FlameF0X's picture
Upload folder using huggingface_hub
0998018 verified
raw
history blame contribute delete
223 Bytes
{
"vocab_size": 50257,
"block_size": 1024,
"n_layer": 8,
"n_head": 8,
"n_embd": 512,
"dropout": 0.1,
"bias": false,
"model_type": "index",
"architectures": [
"IndexLM"
],
"torch_dtype": "float32"
}