Views
No views yet
<score>_<sms_type_id>score (first digit): message importance used by app policy.sms_type_id (second part): category id from SmsClassificationTypeEntity mapping.Sender: <clean_address> | Message: <normalized body>3_37score = 3sms_type_id = 37 (SERVICE_NOTIFICATION)1from transformers import pipeline
2
3pipe = pipeline(
4 "text-classification",
5 model="imShub10/msgsense-sms-bert-base-cleanaddr-fulldata-20260424",
6)
7
8text = "Sender: DAIKIN | Message: Your service request is scheduled."
9print(pipe(text))0.953390.953670.894840.956240.953390.454520.1040070.2418.5