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

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
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
+ }