File size: 297 Bytes
18f975a
08621f0
18f975a
08621f0
18f975a
 
 
 
 
 
 
 
 
 
08621f0
 
18f975a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_type": "bert",
  "architectures": [
    "BertForSequenceClassification"
  ],
  "id2label": {
    "0": "Chat",
    "1": "Search"
  },
  "label2id": {
    "Chat": 0,
    "Search": 1
  },
  "num_labels": 2,
  "problem_type": "single_label_classification",
  "max_position_embeddings": 48
}