Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"depth": 8,
|
| 3 |
+
"vocab_size": 186,
|
| 4 |
+
"max_seq_len": 4096,
|
| 5 |
+
"mlp_type": "relu2",
|
| 6 |
+
"logit_cap": 15.0,
|
| 7 |
+
"use_residual_scalars": true,
|
| 8 |
+
"learning_rate": 0.001,
|
| 9 |
+
"warmup_frac": 0.02,
|
| 10 |
+
"weight_decay": 0.1,
|
| 11 |
+
"grad_clip": 1.0,
|
| 12 |
+
"num_epochs": 20
|
| 13 |
+
}
|