Instructions to use AlexWortega/moe100m-physics-tinybpe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexWortega/moe100m-physics-tinybpe with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlexWortega/moe100m-physics-tinybpe", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload train_summary.json with huggingface_hub
Browse files- train_summary.json +11 -0
train_summary.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"final_train_loss": 1.7106709480285645,
|
| 3 |
+
"best_eval_loss": 1.6925994396209716,
|
| 4 |
+
"steps": 17280,
|
| 5 |
+
"tokens_seen": 139501568,
|
| 6 |
+
"active_M": 92.829508,
|
| 7 |
+
"total_M": 246.183748,
|
| 8 |
+
"wall_hours": 0.19512769089804755,
|
| 9 |
+
"planned_tokens": 700000000.0,
|
| 10 |
+
"total_steps": 85449
|
| 11 |
+
}
|