UAR_scene / config.json
gasmichel's picture
Upload folder using huggingface_hub
9d7aa97 verified
raw
history blame contribute delete
294 Bytes
{
"architectures": [
"UARScene"
],
"auto_map": {
"AutoConfig": "config.LUARConfig",
"AutoModel": "model.UARScene"
},
"embedding_size": 512,
"model_type": "LUAR",
"torch_dtype": "float32",
"transformers_version": "4.45.2",
"use_memory_efficient_attention": false
}