MatverseHub commited on
Commit
390a772
·
verified ·
1 Parent(s): 454534d

Updated documentation

Browse files
Files changed (1) hide show
  1. README.md +21 -12
README.md CHANGED
@@ -1,18 +1,27 @@
1
  # MNB Benchmark Observatory Ledger
2
 
3
  ## About
4
- This dataset contains public experiment records from the MNB (Minimal Navigable Benchmark) Benchmark Observatory running on HuggingFace Spaces.
 
5
 
6
  ## Data Schema
7
- - `experiment_id`: Unique experiment identifier
8
- - `timestamp`: ISO 8601 timestamp
9
- - `population_size`: Number of MNBs in simulation
10
- - `global_coherence_psi`: System-wide coherence metric (Ψ)
11
- - `entropy_h`: Information entropy (H)
12
- - `mean_value_density_rho`: Average value density (ρ)
13
- - `benchmark_score`: Composite performance score
14
- - `merkle_root`: SHA3-256 hash for verification
15
- - `verified`: Cryptographic verification status
 
 
16
 
17
- ## Verification
18
- All experiments include cryptographic proofs for reproducibility verification.
 
 
 
 
 
 
 
1
  # MNB Benchmark Observatory Ledger
2
 
3
  ## About
4
+ Public experiment records from MNB (Minimal Navigable Benchmark) Observatory.
5
+ Total experiments: 200
6
 
7
  ## Data Schema
8
+ | Field | Type | Description |
9
+ |-------|------|-------------|
10
+ | experiment_id | string | Unique experiment ID |
11
+ | timestamp | ISO 8601 | Experiment timestamp |
12
+ | population_size | int | MNBs in simulation |
13
+ | global_coherence_psi | float | System-wide coherence (Ψ) |
14
+ | entropy_h | float | Information entropy (H) |
15
+ | mean_value_density_rho | float | Average value density (ρ) |
16
+ | benchmark_score | float | Composite performance score |
17
+ | merkle_root | hex | SHA3-256 for verification |
18
+ | verified | bool | Cryptographic verification status |
19
 
20
+ ## Cryptographic Verification
21
+ All entries include SHA3-256 Merkle proofs for reproducibility verification.
22
+
23
+ ## Dataset Stats
24
+ - Total Experiments: 200
25
+ - Population Range: 100-999 MNBs
26
+ - Coherence Range: 0.50-0.99
27
+ - Score Range: 0.5000 - 3.5150