ClimateLouie commited on
Commit
5edd70a
·
verified ·
1 Parent(s): 9c140d3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -7,6 +7,14 @@
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
 
 
 
 
 
 
 
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -26,3 +34,4 @@
26
  "use_cache": true,
27
  "vocab_size": 50265
28
  }
 
 
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
+ "id2label": {
11
+ "0": "non-adaptation-related",
12
+ "1": "adaptation-related"
13
+ },
14
+ "label2id": {
15
+ "non-adaptation-related": 0,
16
+ "adaptation-related": 1
17
+ },
18
  "hidden_act": "gelu",
19
  "hidden_dropout_prob": 0.1,
20
  "hidden_size": 768,
 
34
  "use_cache": true,
35
  "vocab_size": 50265
36
  }
37
+