VijendraUmath commited on
Commit
d12f2a1
·
verified ·
1 Parent(s): fedd7bb

Updated config file

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json CHANGED
@@ -24,6 +24,27 @@
24
  "Business Shutdown": 2,
25
  "ESG": 3
26
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  "layer_norm_eps": 1e-05,
28
  "max_position_embeddings": 514,
29
  "model_type": "roberta",
 
24
  "Business Shutdown": 2,
25
  "ESG": 3
26
  },
27
+
28
+ {
29
+ "auto_mapping": null,
30
+ "base_model_name_or_path": null,
31
+ "fan_in_fan_out": false,
32
+ "feedforward_modules": [
33
+ "value"
34
+ ],
35
+ "inference_mode": true,
36
+ "init_ia3_weights": true,
37
+ "modules_to_save": null,
38
+ "peft_type": "IA3",
39
+ "revision": null,
40
+ "target_modules": [
41
+ "key",
42
+ "query",
43
+ "value"
44
+ ],
45
+ "task_type": "SEQ_CLS"
46
+ },
47
+
48
  "layer_norm_eps": 1e-05,
49
  "max_position_embeddings": 514,
50
  "model_type": "roberta",