tuni commited on
Commit
a7644cf
·
1 Parent(s): a6cc8a8
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -8,6 +8,15 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
 
 
 
 
 
11
  "initializer_range": 0.02,
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "NEGATIVE",
13
+ "1": "POSITIVE"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "NEGATIVE": 0,
18
+ "POSITIVE": 1
19
+ },
20
  "initializer_range": 0.02,
21
  "max_position_embeddings": 512,
22
  "model_type": "distilbert",