File size: 420 Bytes
c319d57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"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"
}
|