mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Utility scripts: - download_leanstral.py: HuggingFace model download for autoproof - download_leanstral_urllib.py: stdlib-only variant - prime_slos_explore.py: spectral signature exploration for primes Infrastructure: - scripts/mcp_backend/: Rust MCP backend (src + Cargo.toml/lock, target/ gitignored) Data: - .openresearch/artifacts/slos_checkpoints/: 128K checkpoint data - archive/dead_code_2026-07-03/: 360K archived dead code
37 lines
No EOL
556 B
JSON
37 lines
No EOL
556 B
JSON
{
|
|
"id": "sidon_pow2_k3_compare",
|
|
"type": "compare",
|
|
"inputs": {
|
|
"labels": [
|
|
1,
|
|
2,
|
|
4,
|
|
8
|
|
],
|
|
"k": 3
|
|
},
|
|
"result": {
|
|
"k": 3,
|
|
"labels": [
|
|
1,
|
|
2,
|
|
4,
|
|
8
|
|
],
|
|
"description": "sidon_pow2",
|
|
"products": {
|
|
"distinct": 5,
|
|
"total": 20,
|
|
"concentrated": true
|
|
},
|
|
"slos": {
|
|
"entropy": 3.516135,
|
|
"nonzero": 20,
|
|
"elapsed": 0.0
|
|
},
|
|
"prediction_match": false
|
|
},
|
|
"status": "success",
|
|
"elapsed_s": 0.0,
|
|
"timestamp": 1783117745.0474312
|
|
} |