kauffinger commited on
Commit
142c8a2
1 Parent(s): 88f201a

label2id added

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -5,6 +5,10 @@
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
 
 
 
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
 
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
8
+ "label2id": {
9
+ "ham": 0,
10
+ "spam": 1
11
+ },
12
  "classifier_dropout": null,
13
  "eos_token_id": 2,
14
  "hidden_act": "gelu",