CoolFace
Apppublic

antonypamo/icosahedral-rrf-phi52

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

IcosahedralRRF Φ5.2

Edge-aware discrete field model on an icosahedral topology.

PropertyValue
Nodes12
Edges30
GNN depth4
Parameters~25M
EncoderSharedEncoder (1D CNN)

Input format

Comma-separated floats, total count must be a multiple of 12.

Example: 0.1, 0.5, -0.3, ... (12 × N values)

REST API

bash
# Health check
curl https://YOUR-SPACE.hf.space/health

# Inference
curl -X POST https://YOUR-SPACE.hf.space/predict 
  -H "Content-Type: application/json" 
  -d '{"values": [0.1, 0.2, 0.3, 0.4, 0.5, 0.6,                   0.7, 0.8, 0.9, 1.0, 1.1, 1.2]}'

Architecture (Φ5.2)

INPUT (12 × L)
  └─ SharedEncoder (CNN 1D)  →  node embeddings (12 × 64)
       └─ IcosahedralGNN (4 layers, E=30)  →  relational dynamics
            └─ MemoryMap (4 residual blocks)  →  latent evolution
                 └─ GlobalReadout (mean pool → MLP)  →  scalar