Add proper model card with research links
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- research
|
| 5 |
+
- reproducibility
|
| 6 |
+
- state-space-model
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Eyla v1 β audit & reproducibility artifacts
|
| 10 |
+
|
| 11 |
+
Artifacts accompanying **"Eyla: Toward an Identity-Anchored LLM Architecture with
|
| 12 |
+
Integrated Biological Priors"** ([arXiv:2604.00009](https://arxiv.org/abs/2604.00009)):
|
| 13 |
+
|
| 14 |
+
- `eyla_transplant_base_fp16.pt` β the transplant base checkpoint (fp16)
|
| 15 |
+
- `lora_adapters/lora_c3_soul_final.pt` β the final "Soul Pass" identity LoRA
|
| 16 |
+
- `model/` β architecture source: SSM block (HiPPO-initialized), brain orchestrator, memory injector, heuristic gates
|
| 17 |
+
- `tokenizer/` β tokenizer used in the experiments
|
| 18 |
+
|
| 19 |
+
Published so the paper's claims β including its documented failures β can be audited.
|
| 20 |
+
Not intended for production use.
|
| 21 |
+
|
| 22 |
+
## Author & research
|
| 23 |
+
|
| 24 |
+
- π Website: [arifadito.com](https://arifadito.com)
|
| 25 |
+
- π» GitHub: [github.com/Adiuk24](https://github.com/Adiuk24)
|
| 26 |
+
- π Eyla identity paper: [arXiv:2604.00009](https://arxiv.org/abs/2604.00009)
|
| 27 |
+
- π§ Rust ML training verification tooling: [gradient-flow-arbiter](https://github.com/Adiuk24/gradient-flow-arbiter)
|