scam-classifier-distilbert / label_mapping.json
Shade63's picture
uploaded
aa61774 verified
raw
history blame contribute delete
326 Bytes
{
"id2label": {
"0": "legit",
"1": "government_impersonation",
"2": "financial_fraud",
"3": "bank_phishing",
"4": "romance_parcel_sextortion"
},
"label2id": {
"legit": 0,
"government_impersonation": 1,
"financial_fraud": 2,
"bank_phishing": 3,
"romance_parcel_sextortion": 4
}
}