Tianduo commited on
Commit
1a72d49
1 Parent(s): 205f238

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -1
config.json CHANGED
@@ -1,7 +1,22 @@
1
  {
 
2
  "architectures": [
3
  "HFRoBERTaGen"
4
  ],
 
 
 
 
 
 
 
 
 
 
 
 
5
  "torch_dtype": "float32",
6
- "transformers_version": "4.26.1"
 
 
7
  }
 
1
  {
2
+ "adapter_tuning": true,
3
  "architectures": [
4
  "HFRoBERTaGen"
5
  ],
6
+ "bn_dim": 64,
7
+ "d_model": 768,
8
+ "decode_nwords": 17,
9
+ "decoder_dim_ff": 1024,
10
+ "decoder_heads": 8,
11
+ "decoder_layers": 2,
12
+ "dropout": 0.1,
13
+ "eval_bz": 100,
14
+ "label_smooth": 0.05,
15
+ "lr": 1e-05,
16
+ "max_input_len": 128,
17
+ "max_output_len": 64,
18
  "torch_dtype": "float32",
19
+ "transformers_version": "4.26.1",
20
+ "use_adapter": true,
21
+ "output_as_code": true
22
  }