Noola commited on
Commit
e91f7e3
·
verified ·
1 Parent(s): fd5bc4a

Upload config

Browse files
Files changed (1) hide show
  1. config.json +4 -8
config.json CHANGED
@@ -9,17 +9,13 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
- "LABEL_0": 0,
20
- "LABEL_1": 1,
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",