NeuroCLR / config.json
falmuqhim's picture
Upload 2 files
11493ec verified
raw
history blame contribute delete
420 Bytes
{
"TSlength": 128,
"architectures": [
"NeuroCLRModel"
],
"auto_map": {
"AutoConfig": "configuration_neuroclr.NeuroCLRConfig",
"AutoModel": "modeling_neuroclr.NeuroCLRModel"
},
"model_type": "neuroclr",
"nhead": 2,
"nlayer": 2,
"normalize_input": true,
"pooling": "flatten",
"projector_out1": 128,
"projector_out2": 64,
"torch_dtype": "float32",
"transformers_version": "4.36.2"
}