Update README and build_metadata for GLASSEYE publish
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
|
| 18 |
**OpenMythos Recurrent-Depth Transformer** (1B-scale student) trained as part of a governed reconstruction of Claude 4.8-class reasoning capabilities.
|
| 19 |
|
| 20 |
-
This is the **baseline 1B-light student** published under the `
|
| 21 |
|
| 22 |
## Training Run Summary
|
| 23 |
|
|
@@ -47,7 +47,7 @@ from huggingface_hub import hf_hub_download
|
|
| 47 |
from open_mythos import OpenMythos, MythosConfig
|
| 48 |
from open_mythos.main import Expert
|
| 49 |
|
| 50 |
-
REPO = "
|
| 51 |
|
| 52 |
cfg_path = hf_hub_download(REPO, "config.json")
|
| 53 |
weights_path = hf_hub_download(REPO, "model.safetensors")
|
|
@@ -78,7 +78,7 @@ This model was produced under strict governance controls:
|
|
| 78 |
- Hard spend caps and pre-flight budget checks
|
| 79 |
- Full audit trail via `claude_teacher_recursive_trainer`
|
| 80 |
|
| 81 |
-
Original training run: `cyberviser/opus-4.8-recreation-1b-light`. Republished baseline: `
|
| 82 |
|
| 83 |
**Important:** This is an independent, open research reconstruction. It is not affiliated with, endorsed by, or sponsored by Anthropic.
|
| 84 |
|
|
|
|
| 17 |
|
| 18 |
**OpenMythos Recurrent-Depth Transformer** (1B-scale student) trained as part of a governed reconstruction of Claude 4.8-class reasoning capabilities.
|
| 19 |
|
| 20 |
+
This is the **baseline 1B-light student** published under the `GLASSEYE` org (`finetunedglasseye` branding). A full Mythos Opus 4.8 rebuild (3B/70B/175B with Claude distillation) is a separate phase.
|
| 21 |
|
| 22 |
## Training Run Summary
|
| 23 |
|
|
|
|
| 47 |
from open_mythos import OpenMythos, MythosConfig
|
| 48 |
from open_mythos.main import Expert
|
| 49 |
|
| 50 |
+
REPO = "GLASSEYE/opus-4.8-recreation-1b-light"
|
| 51 |
|
| 52 |
cfg_path = hf_hub_download(REPO, "config.json")
|
| 53 |
weights_path = hf_hub_download(REPO, "model.safetensors")
|
|
|
|
| 78 |
- Hard spend caps and pre-flight budget checks
|
| 79 |
- Full audit trail via `claude_teacher_recursive_trainer`
|
| 80 |
|
| 81 |
+
Original training run: `cyberviser/opus-4.8-recreation-1b-light`. Republished baseline: `GLASSEYE/opus-4.8-recreation-1b-light`.
|
| 82 |
|
| 83 |
**Important:** This is an independent, open research reconstruction. It is not affiliated with, endorsed by, or sponsored by Anthropic.
|
| 84 |
|