ShengdingHu commited on
Commit
60b7e01
1 Parent(s): a9f3d8e

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone_checkpoint_name": "t5-large",
3
+ "backbone_class": "T5ForConditionalGeneration",
4
+ "backbone_hash": "a984db8cc3fe15bfb2618b1ff7abd570",
5
+ "bottleneck_dim": 24,
6
+ "common_structure": null,
7
+ "delta_type": "adapter",
8
+ "modified_modules": [
9
+ "SelfAttention",
10
+ "DenseReluDense"
11
+ ],
12
+ "non_linearity": "gelu_new",
13
+ "opendelta_version": "0.0.1",
14
+ "sequential": true,
15
+ "transformers_version": "4.17.0"
16
+ }