Create config.json
Browse files- 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 |
+
}
|