svjack commited on
Commit
029a18a
1 Parent(s): b874384

Upload sel_ner/adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. sel_ner/adapter_config.json +24 -0
sel_ner/adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "adapter_residual_before_ln": false,
4
+ "cross_adapter": false,
5
+ "inv_adapter": null,
6
+ "inv_adapter_reduction_factor": null,
7
+ "leave_out": [],
8
+ "ln_after": false,
9
+ "ln_before": false,
10
+ "mh_adapter": false,
11
+ "non_linearity": "relu",
12
+ "original_ln_after": true,
13
+ "original_ln_before": true,
14
+ "output_adapter": true,
15
+ "reduction_factor": 16,
16
+ "residual_before_ln": true
17
+ },
18
+ "config_id": "9076f36a74755ac4",
19
+ "hidden_size": 768,
20
+ "model_class": "BertForTokenClassification",
21
+ "model_name": "bert-base-chinese",
22
+ "model_type": "bert",
23
+ "name": "sel_ner"
24
+ }