LUAR-MUD-dev / config.json
ccmaymay's picture
Revert to original behavior, specifying no upstream revision by default
da4b785 verified
raw
history blame contribute delete
376 Bytes
{
"architectures": [
"LUAR"
],
"auto_map": {
"AutoConfig": "config.LUARConfig",
"AutoModel": "model.LUAR"
},
"embedding_size": 512,
"k_bucket_size": 1024,
"upstream_transformer_revision": null,
"model_type": "LUAR",
"q_bucket_size": 512,
"torch_dtype": "float32",
"transformers_version": "4.33.2",
"use_memory_efficient_attention": false
}