LUAR-CRUD / config.json
rrivera1849's picture
Upload LUAR
291e050
raw
history blame
243 Bytes
{
"architectures": [
"LUAR"
],
"auto_map": {
"AutoConfig": "config.LUARConfig",
"AutoModel": "model.LUAR"
},
"embedding_size": 512,
"model_type": "LUAR",
"torch_dtype": "float32",
"transformers_version": "4.33.2"
}