Upload config
Browse files- config.json +4 -8
config.json
CHANGED
|
@@ -9,17 +9,13 @@
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "LABEL_2",
|
| 15 |
-
"3": "LABEL_3"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"label2id": {
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"LABEL_2": 2,
|
| 22 |
-
"LABEL_3": 3
|
| 23 |
},
|
| 24 |
"max_position_embeddings": 512,
|
| 25 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Ham",
|
| 13 |
+
"1": "Spam"
|
|
|
|
|
|
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"Ham": 0,
|
| 18 |
+
"Spam": 1
|
|
|
|
|
|
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|