sayandg commited on
Commit
c7b9cac
1 Parent(s): 9150e36

Updated config

Browse files
Files changed (1) hide show
  1. config.json +7 -2
config.json CHANGED
@@ -9,11 +9,16 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
 
 
 
 
 
 
12
  "negative": 0,
13
- "neutral": 1,
14
  "positive": 2
15
  },
16
- "initializer_range": 0.02,
17
  "max_position_embeddings": 512,
18
  "model_type": "distilbert",
19
  "n_heads": 12,
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "negative",
13
+ "1": "neutral",
14
+ "2": "positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
  "negative": 0,
19
+ "neutral": 0,
20
  "positive": 2
21
  },
 
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
24
  "n_heads": 12,