From 6458c6f52e51508adb5298a4c0e7257854923540 Mon Sep 17 00:00:00 2001 From: elmadani Date: Wed, 25 Feb 2026 00:53:31 +0000 Subject: [PATCH] Initial commit --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..546bf7c --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# IX Forge +*Part of the Inference-X Ecosystem* + +[![License: BSL-1.1](https://img.shields.io/badge/License-BSL_1.1-orange.svg)](LICENSE) + +**Community fine-tuning platform. Collective intelligence.** + +The Forge is where the community contributes training data, improves models, +and shares fine-tuned adapters (LoRA/QLoRA format). Open. Transparent. Community-owned. + +## Deploy +```bash +pip install fastapi uvicorn +python ix_forge.py +# → API at http://localhost:7937 +``` + +## API +``` +POST /contribute — Submit training data (Q&A pairs) +GET /datasets — Browse approved datasets +POST /submit-adapter — Submit a trained LoRA adapter +GET /adapters — Browse community adapters +GET /leaderboard — Top contributors by training pairs +GET /health — Service status +``` + +## Contribution Format +```json +{ + "type": "qa", + "language": "en", + "domain": "science", + "contributor": "your_handle", + "pairs": [ + {"q": "What is...", "a": "It is..."} + ] +} +``` + +## Supported Domains +`science`, `code`, `math`, `multilingual`, `reasoning`, `creative`, `general` + +Built in Morocco for the world. 🇲🇦 + +## License +[Business Source License 1.1](LICENSE) +**Author:** Salka Elmadani