Instructions to use alplusplus/maple-attn-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alplusplus/maple-attn-test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alplusplus/maple-attn-test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
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"
|