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

Updated file

Browse files
Files changed (1) hide show
  1. config.json +16 -19
config.json CHANGED
@@ -24,26 +24,23 @@
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,
 
24
  "Business Shutdown": 2,
25
  "ESG": 3
26
  },
 
 
27
  "auto_mapping": null,
28
+ "base_model_name_or_path": null,
29
+ "fan_in_fan_out": false,
30
+ "feedforward_modules": [
31
+ "value"
32
+ ],
33
+ "inference_mode": true,
34
+ "init_ia3_weights": true,
35
+ "modules_to_save": null,
36
+ "peft_type": "IA3",
37
+ "revision": null,
38
+ "target_modules": [
39
+ "key",
40
+ "query",
41
+ "value"
42
+ ],
43
+ "task_type": "SEQ_CLS",
 
44
 
45
  "layer_norm_eps": 1e-05,
46
  "max_position_embeddings": 514,