Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Mesh-LLM Catalog
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Mesh-LLM Catalog
|
| 7 |
+
|
| 8 |
+
This dataset is the Hugging Face-backed catalog for Mesh-LLM.
|
| 9 |
+
|
| 10 |
+
It currently contains:
|
| 11 |
+
|
| 12 |
+
- `catalog_v1.json`: curated Hugging Face-native model entries used by Mesh-LLM model resolution
|
| 13 |
+
- package resolution entries for published Mesh MoE packages may be added alongside the curated model data
|
| 14 |
+
|
| 15 |
+
The catalog deliberately excludes raw blob URLs. Entries should resolve to Hugging Face repositories and canonical Mesh refs.
|