bhadresh-savani commited on
Commit
5d36c15
1 Parent(s): 3c73a97

Update config.json

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