Initial upload of LSTM-Prohori (Bangla SMS smishing classifier)
Browse files- id2label.json +5 -0
- pytorch_model.bin +1 -1
id2label.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "normal",
|
| 3 |
+
"1": "promo",
|
| 4 |
+
"2": "smish"
|
| 5 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 260222169
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a4ff63b9a7b4ea5d7f8f628de6236d278d2c5cdcd4174d4fac7348cb3db3711
|
| 3 |
size 260222169
|