File size: 707 Bytes
c319d57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"TSlength": 128,
"architectures": [
"NeuroCLRForSequenceClassification"
],
"auto_map": {
"AutoConfig": "configuration_neuroclr.NeuroCLRConfig",
"AutoModelForSequenceClassification": "modeling_neuroclr.NeuroCLRForSequenceClassification"
},
"base_filters": 256,
"downsample_gap": 6,
"freeze_encoder": true,
"groups": 32,
"increasefilter_gap": 12,
"kernel_size": 16,
"model_type": "neuroclr",
"n_block": 48,
"n_rois": 200,
"nhead": 2,
"nlayer": 2,
"normalize_input": true,
"pooling": "flatten",
"projector_out1": 128,
"projector_out2": 64,
"stride": 2,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"use_bn": true,
"use_do": true
}
|