File size: 348 Bytes
51b3838
11a9cc2
 
 
 
 
 
 
 
d671f3f
11a9cc2
 
 
51b3838
11a9cc2
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "model_type": "tabular-binary-classifier",
  "architecture": "feedforward",
  "input_features": 8,
  "hidden_sizes": [64, 32],
  "num_labels": 2,
  "id2label": {
    "0": "Healthy",
    "1": "ASD"
  },
  "label2id": {
    "Healthy": 0,
    "ASD": 1
  },
  "problem_type": "binary_classification",
  "torch_dtype": "float32",
  "dropout": 0.3
}