Upload expert_registry.json with huggingface_hub
Browse files- expert_registry.json +26 -0
expert_registry.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "deepseek-ai/deepseek-math-7b-base",
|
| 3 |
+
"shared_expert": "/scratch/ctoxtli/moexp/models/expert_shared/final",
|
| 4 |
+
"domain_experts": {
|
| 5 |
+
"algebraic_geometry": "/scratch/ctoxtli/moexp/models/expert_algebraic_geometry/final",
|
| 6 |
+
"discrete_math": "/scratch/ctoxtli/moexp/models/expert_discrete_math/final",
|
| 7 |
+
"number_theory": "/scratch/ctoxtli/moexp/models/expert_number_theory/final",
|
| 8 |
+
"analysis": "/scratch/ctoxtli/moexp/models/expert_analysis/final",
|
| 9 |
+
"algebra": "/scratch/ctoxtli/moexp/models/expert_algebra/final",
|
| 10 |
+
"geometry_topology": "/scratch/ctoxtli/moexp/models/expert_geometry_topology/final",
|
| 11 |
+
"probability_statistics": "/scratch/ctoxtli/moexp/models/expert_probability_statistics/final"
|
| 12 |
+
},
|
| 13 |
+
"router": "/scratch/ctoxtli/moexp/models/moe_assembled/router.pt",
|
| 14 |
+
"num_experts": 7,
|
| 15 |
+
"top_k": 2,
|
| 16 |
+
"domains": [
|
| 17 |
+
"algebraic_geometry",
|
| 18 |
+
"discrete_math",
|
| 19 |
+
"number_theory",
|
| 20 |
+
"analysis",
|
| 21 |
+
"algebra",
|
| 22 |
+
"geometry_topology",
|
| 23 |
+
"probability_statistics"
|
| 24 |
+
],
|
| 25 |
+
"timestamp": "2026-02-25 20:59:34"
|
| 26 |
+
}
|