Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
| 10 |
"max_seq_len": 2048,
|
| 11 |
"batch_size": 8,
|
| 12 |
"lr": 0.0003,
|
| 13 |
-
"total_steps":
|
| 14 |
"warmup_steps": 500,
|
| 15 |
"grad_clip": 1.0,
|
| 16 |
-
"tokens_target":
|
| 17 |
"log_every": 50,
|
| 18 |
"save_every": 1000,
|
| 19 |
"hf_repo": "alplusplus/maple-attn-test"
|
|
|
|
| 10 |
"max_seq_len": 2048,
|
| 11 |
"batch_size": 8,
|
| 12 |
"lr": 0.0003,
|
| 13 |
+
"total_steps": 7500,
|
| 14 |
"warmup_steps": 500,
|
| 15 |
"grad_clip": 1.0,
|
| 16 |
+
"tokens_target": 5000000000,
|
| 17 |
"log_every": 50,
|
| 18 |
"save_every": 1000,
|
| 19 |
"hf_repo": "alplusplus/maple-attn-test"
|