bert-turkish-intent-classifier-V2 / label_mapping.json
Sengil's picture
Upload folder using huggingface_hub
8476e75 verified
raw
history blame contribute delete
152 Bytes
{
"id2label": {
"0": "NONE",
"1": "QUESTION",
"2": "REQUEST"
},
"label2id": {
"NONE": 0,
"REQUEST": 1,
"QUESTION": 2
}
}