Public lab facts — no weights, no secrets
Browse files
README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
pretty_name: StrataMesh Laboratory
|
| 4 |
+
task_categories: []
|
| 5 |
+
tags:
|
| 6 |
+
- stratamesh
|
| 7 |
+
- fog
|
| 8 |
+
- laboratory
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# stratamesh/lab
|
| 14 |
+
|
| 15 |
+
Public facts of the Calhegas Morais Fog laboratory. **No weights. No tokens. No secrets.**
|
| 16 |
+
|
| 17 |
+
This dataset is an object on the Hub — a listing the lab recognises, not an agent.
|
| 18 |
+
|
| 19 |
+
```json
|
| 20 |
+
{
|
| 21 |
+
"org": "stratamesh",
|
| 22 |
+
"fog": "FOG-NODE-PT-CM-001",
|
| 23 |
+
"edge": "EDGE-GROK-CMN-001",
|
| 24 |
+
"n": 1,
|
| 25 |
+
"operator": "AMCM ENI",
|
| 26 |
+
"site": "https://calhegasmorais.pt/",
|
| 27 |
+
"hub": "https://huggingface.co/stratamesh",
|
| 28 |
+
"challenge0": "unfunded",
|
| 29 |
+
"not": ["money", "advice", "public-offer", "workers.dev"]
|
| 30 |
+
}
|
| 31 |
+
```
|
| 32 |
+
|
| 33 |
+
See `lab.json` in this repo. Inference spend on the operator account is prepaid Free ($0.10 / month, period end 1st UTC). Hard stop. No plan upgrade.
|
lab.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema": "stratamesh.lab.v1",
|
| 3 |
+
"org": "stratamesh",
|
| 4 |
+
"fullname": "StrataMesh Laboratory",
|
| 5 |
+
"fog": "FOG-NODE-PT-CM-001",
|
| 6 |
+
"edge": "EDGE-GROK-CMN-001",
|
| 7 |
+
"n": 1,
|
| 8 |
+
"spa_source": "lab_seed",
|
| 9 |
+
"operator": {
|
| 10 |
+
"kind": "human",
|
| 11 |
+
"id": "AMCM-ENI",
|
| 12 |
+
"label": "André Manuel Calhegas Morais, AMCM ENI"
|
| 13 |
+
},
|
| 14 |
+
"site": "https://calhegasmorais.pt/",
|
| 15 |
+
"hub": "https://huggingface.co/stratamesh",
|
| 16 |
+
"github": "https://github.com/StrataMesh-Laboratory",
|
| 17 |
+
"discourse": "https://stratamesh.discourse.group/",
|
| 18 |
+
"challenge0": "unfunded",
|
| 19 |
+
"mesh_honesty": "n=1 Fog + Edge. Do not invent peers.",
|
| 20 |
+
"nft": "object",
|
| 21 |
+
"acb": "subject",
|
| 22 |
+
"hub_role": "means",
|
| 23 |
+
"inference": {
|
| 24 |
+
"plan": "prepaid",
|
| 25 |
+
"is_pro": false,
|
| 26 |
+
"can_pay": false,
|
| 27 |
+
"monthly_usd": 0.10,
|
| 28 |
+
"period_end": "2026-09-01T00:00:00Z",
|
| 29 |
+
"pace": "remaining / hours_until_period_end"
|
| 30 |
+
},
|
| 31 |
+
"not": ["money", "advice", "public-offer", "workers.dev", "sixth-cron"]
|
| 32 |
+
}
|