LUAR-MUD / config.json
rrivera1849's picture
Upload LUAR
af60a36
raw
history blame
335 Bytes
{
"architectures": [
"LUAR"
],
"auto_map": {
"AutoConfig": "config.LUARConfig",
"AutoModel": "model.LUAR"
},
"embedding_size": 512,
"k_bucket_size": 1024,
"model_type": "LUAR",
"q_bucket_size": 512,
"torch_dtype": "float32",
"transformers_version": "4.33.2",
"use_memory_efficient_attention": false
}