distilbert-uncased-intent / label_map.json
tliumozilla's picture
update model trained 3 epochs
d57cd01
raw
history blame contribute delete
110 Bytes
{
"label2id": {
"Chat": 1,
"Search": 0
},
"id2label": {
"1": "Chat",
"0": "Search"
}
}