NeuroCLR / classification /config.json
falmuqhim's picture
Upload folder using huggingface_hub
c319d57 verified
raw
history blame contribute delete
707 Bytes
{
"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
}