File size: 251 Bytes
47db207
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "architectures": [
    "SimplePyTorchTabularClassifier"
  ],
  "model_type": "tabular_classification",
  "framework": "pytorch",
  "input_dim": 10,
  "num_labels": 3,
  "id2label": {
    "0": "class_A",
    "1": "class_B",
    "2": "class_C"
  }
}