File size: 514 Bytes
f710746 |
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 |
{
"architectures": [
"Flowformer"
],
"auto_map": {
"AutoConfig": "configuration_flowformer.FlowformerConfig",
"AutoModel": "model_flowformer.Flowformer"
},
"dim_hidden": 32,
"dim_input": 11,
"hidden_layers": 3,
"layer_norm": true,
"markers": [
"TIME",
"FSC-A",
"FSC-W",
"SSC-A",
"CD20",
"CD10",
"CD45",
"CD34",
"CD19",
"CD38",
"SY41"
],
"num_heads": 4,
"num_inds": 16,
"torch_dtype": "float32",
"transformers_version": "4.28.1"
}
|