lyang84 commited on
Commit
78bd13b
·
verified ·
1 Parent(s): 6599422

Canonicalize top-level metadata/ hierarchy

Browse files
Files changed (2) hide show
  1. metadata/dataset_card.md +1 -0
  2. metadata/index.json +11 -0
metadata/dataset_card.md ADDED
@@ -0,0 +1 @@
 
 
1
+ Canonical top-level: dataset/ and benchmark/ with Belief/Trade tiers.
metadata/index.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "top": [
3
+ "dataset",
4
+ "benchmark",
5
+ "metadata"
6
+ ],
7
+ "tiers": [
8
+ "Belief",
9
+ "Trade"
10
+ ]
11
+ }