jamesdumay commited on
Commit
21a3c5a
·
verified ·
1 Parent(s): 4d0720b

Refresh Dataset Viewer catalog rows

Browse files
Files changed (1) hide show
  1. README.md +9 -5
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
- 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.
 
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.