S-Dreamer commited on
Commit
9b327e5
·
verified ·
1 Parent(s): c9bfc36

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -1,10 +1,17 @@
1
  {
2
  "model_type": "CodeT5",
 
3
  "batch_size": 16,
4
  "learning_rate": 0.00002,
5
  "epochs": 3,
6
  "max_seq_length": 128,
7
  "warmup_steps": 100,
8
  "include_amphigory": true,
9
- "amphigory_ratio": 0
 
 
 
 
 
 
10
  }
 
1
  {
2
  "model_type": "CodeT5",
3
+ "architectures": ["T5ForConditionalGeneration"],
4
  "batch_size": 16,
5
  "learning_rate": 0.00002,
6
  "epochs": 3,
7
  "max_seq_length": 128,
8
  "warmup_steps": 100,
9
  "include_amphigory": true,
10
+ "amphigory_ratio": 0,
11
+ "vocab_size": 32128,
12
+ "d_model": 768,
13
+ "num_layers": 12,
14
+ "num_heads": 12,
15
+ "ffn_dim": 3072,
16
+ "dropout_rate": 0.1
17
  }