Refresh Dataset Viewer catalog rows
Browse files
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 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 |
-
|
|
|
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
The catalog deliberately excludes raw blob URLs. Entries should resolve to Hugging Face repositories and canonical Mesh refs.
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: Mesh-LLM Catalog
|
| 3 |
license: apache-2.0
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: default
|
| 6 |
+
data_files:
|
| 7 |
+
- split: train
|
| 8 |
+
path: catalog_rows.jsonl
|
| 9 |
---
|
| 10 |
|
| 11 |
# Mesh-LLM Catalog
|
| 12 |
|
| 13 |
This dataset is the Hugging Face-backed catalog for Mesh-LLM.
|
| 14 |
|
| 15 |
+
The runtime catalog entries live under `entries/**/*.json`. The Dataset Viewer
|
| 16 |
+
uses `catalog_rows.jsonl`, a flat generated table with one row per model variant.
|
| 17 |
|
| 18 |
+
The catalog deliberately excludes raw blob URLs. Entries should resolve to
|
| 19 |
+
Hugging Face repositories and canonical Mesh refs.
|
|
|
|
|
|