| { | |
| "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 | |
| } |