remcohendriks commited on
Commit
98f390f
verified
1 Parent(s): e66ce44

Author organization card: sovereign AI cloud platforms, applied AI, local models

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,10 +1,54 @@
1
  ---
2
  title: README
3
- emoji: 馃搲
4
  colorFrom: indigo
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 馃洝
4
  colorFrom: indigo
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ short_description: Own the model. Own the cloud it runs on.
9
+ thumbnail: https://continker.ai/og-image.webp
10
  ---
11
 
12
+ <p align="center">
13
+ <img src="https://continker.ai/og-image.webp" alt="Continker" width="1000">
14
+ </p>
15
+
16
+ <h1 align="center">Own the model. Own the cloud it runs on.</h1>
17
+
18
+ <p align="center">Continker is an Amsterdam studio building sovereign AI cloud platforms, applied AI, and local models that run offline. Infrastructure organizations own and run themselves, on European terms.</p>
19
+
20
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-4">
21
+ <div class="border rounded-lg p-4">
22
+ <h3 class="font-semibold mb-1">Sovereign AI cloud platforms</h3>
23
+ <p>The infrastructure layer organizations own and run themselves. Model serving, retrieval, and agent workflows on hardware the customer controls, with audit and air-gap built in.</p>
24
+ </div>
25
+ <div class="border rounded-lg p-4">
26
+ <h3 class="font-semibold mb-1">Applied AI</h3>
27
+ <p>The systems that run on it. Language-model agents, retrieval, and automation built for real operational work.</p>
28
+ </div>
29
+ <div class="border rounded-lg p-4">
30
+ <h3 class="font-semibold mb-1">Local models</h3>
31
+ <p>Small, fine-tuned models that run offline on commodity hardware, so the model layer is owned too.</p>
32
+ </div>
33
+ </div>
34
+
35
+ Sovereignty here is technical, not geographic. It is about who controls the keys, the runtime, and the operators, not where the data sits.
36
+
37
+ ---
38
+
39
+ ## Open work
40
+
41
+ MetroLLM-Bench is one example. It is a benchmark and a set of open-weight students for running a transit kiosk from a prose prompt. A small local language model handles the task offline on commodity hardware, and the 2.6 GB student matches a frontier cloud API.
42
+
43
+ | Model | Size | Runs on |
44
+ |-------|-----:|---------|
45
+ | [Qwen3.5-2B-metro-v24](https://huggingface.co/continker/Qwen3.5-2B-metro-v24) | 1.2 GB | anything, including CPU-only |
46
+ | [Qwen3.5-4B-metro-v24](https://huggingface.co/continker/Qwen3.5-4B-metro-v24) | 2.6 GB | a 16 GB laptop |
47
+ | [Qwen3.5-9B-metro-v24](https://huggingface.co/continker/Qwen3.5-9B-metro-v24) | 5.3 GB | a 24 GB machine |
48
+ | [Qwen3.5-27B-metro-v24](https://huggingface.co/continker/Qwen3.5-27B-metro-v24) | 16 GB | a 32 GB machine |
49
+
50
+ [Try the live demo](https://huggingface.co/spaces/remcohendriks/metrollm) 路 [Browse the collection](https://huggingface.co/collections/continker/metrollm-bench-v24-6a35b586a11068e1b1ba3d47) 路 [Benchmark and code](https://github.com/continker/metrollm-bench)
51
+
52
+ ---
53
+
54
+ More at [continker.ai](https://continker.ai).