Add Ameforge organization card
Browse files
README.md
CHANGED
|
@@ -1,10 +1,80 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
emoji: 🌖
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: pink
|
| 6 |
-
sdk: static
|
| 7 |
-
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
organization: AMFORGE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<div align="center">
|
| 6 |
+
|
| 7 |
+
# AMEFORGE
|
| 8 |
+
|
| 9 |
+
**Independent AI Research Studio**
|
| 10 |
+
|
| 11 |
+
[Website](https://ameforge.tech) · [GitHub](https://github.com/amewebstudio) · [Google Play](https://play.google.com/store/apps/dev?id=8746471888242300768)
|
| 12 |
+
|
| 13 |
+
</div>
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## About
|
| 18 |
+
|
| 19 |
+
Ameforge is an independent AI research studio. We design novel architectures, publish peer-reviewed research, and deploy production-ready models — with software that brings these innovations directly to users.
|
| 20 |
+
|
| 21 |
+
Our work spans deep learning architecture research, natural language processing, time-series forecasting, and mobile software development.
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
## Research
|
| 26 |
+
|
| 27 |
+
### EARCP — Ensemble Adaptive Recurrent Cascade Predictor
|
| 28 |
+
|
| 29 |
+
Published on arXiv · Validated on Kaggle Hull Tactical Market Prediction (Rank 708 / 18,000+ teams · Top 24%)
|
| 30 |
+
|
| 31 |
+
A multi-expert ensemble architecture combining CNN, BiLSTM, and Transformer components for adaptive time-series prediction. Applicable to financial forecasting, sensor data, computer vision, and autonomous systems.
|
| 32 |
+
|
| 33 |
+
```bash
|
| 34 |
+
pip install earcp
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
📄 [arXiv Paper](https://arxiv.org/abs/2603.14651) · 🏆 [Kaggle Leaderboard](https://www.kaggle.com/competitions/hull-tactical-market-prediction/leaderboard)
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
### SparseMind — Sparse Neural Architecture Research
|
| 42 |
+
|
| 43 |
+
Experimental research into high-sparsity neural architectures achieving 87.5% weight sparsity while maintaining competitive perplexity scores. Designed for efficient inference on resource-constrained environments.
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
### NexusBPE — Custom Tokenizer Pipeline
|
| 48 |
+
|
| 49 |
+
A custom Byte-Pair Encoding tokenizer trained on a curated multilingual corpus (code, natural language, technical documents). Designed to complement Ameforge's internal language model research.
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
### MemoryBank (LPOLMemory) — Continual Learning Research
|
| 54 |
+
|
| 55 |
+
Research into long-term memory mechanisms for neural networks, addressing catastrophic forgetting in continual learning scenarios.
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
## Models
|
| 60 |
+
|
| 61 |
+
All published models are available under the **CKL (Custom Knowledge License)**. Commercial licensing available — contact [contact@ameforge.tech](mailto:contact@ameforge.tech).
|
| 62 |
+
|
| 63 |
+
| Model | Task | Status |
|
| 64 |
+
|---|---|---|
|
| 65 |
+
| gc_editor1 | Text Generation | Active |
|
| 66 |
+
| gc_editor | Text Generation | Active |
|
| 67 |
+
| gearcut_tok | Tokenizer | Active |
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
+
|
| 71 |
+
## Contact
|
| 72 |
+
|
| 73 |
+
📧 [contact@ameforge.tech](mailto:contact@ameforge.tech)
|
| 74 |
+
🌐 [ameforge.tech](https://ameforge.tech)
|
| 75 |
+
|
| 76 |
+
---
|
| 77 |
+
|
| 78 |
+
<div align="center">
|
| 79 |
+
<sub>© 2025 Ameforge. All rights reserved.</sub>
|
| 80 |
+
</div>
|