docs: org about + brand icon
Browse files
README.md
CHANGED
|
@@ -6,34 +6,25 @@ tags:
|
|
| 6 |
|
| 7 |
# DotCheck
|
| 8 |
|
| 9 |
-
**
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
##
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|-------|----------|------|------------------------|
|
| 19 |
-
| **Vermeer** | Image | `inhouse@5` | [`DotCheck/vermeer-image-v5`](https://huggingface.co/DotCheck/vermeer-image-v5) |
|
| 20 |
-
| **Valla** | Text | `inhouse-text@9` (+ lang heads) | [`DotCheck/valla-text-v9`](https://huggingface.co/DotCheck/valla-text-v9) |
|
| 21 |
-
| **Muybridge** | Video frames | `inhouse-video@2` | [`DotCheck/muybridge-video-v2`](https://huggingface.co/DotCheck/muybridge-video-v2) |
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
- How it works: [https://dotcheck.ai/how](https://dotcheck.ai/how)
|
| 30 |
-
- Docs (gates & method): [https://dotcheck.ai/docs](https://dotcheck.ai/docs)
|
| 31 |
-
- Check (try it): [https://dotcheck.ai/check](https://dotcheck.ai/check)
|
| 32 |
-
- Pro API: [https://dotcheck.ai/api](https://dotcheck.ai/api) (keys in Dashboard)
|
| 33 |
-
- Site: [https://dotcheck.ai](https://dotcheck.ai)
|
| 34 |
-
- Org about repo: [`DotCheck/dotcheck`](https://huggingface.co/DotCheck/dotcheck)
|
| 35 |
-
|
| 36 |
-
## Weights policy
|
| 37 |
-
|
| 38 |
-
DotCheck heads are **closed**. Hub model repos in this org publish **cards and license text only** — no `.npz` / checkpoint files on public repos. Use Check or the Pro API; do **not** call `from_pretrained` on DotCheck head repos expecting runnable weights.
|
| 39 |
|
|
|
|
| 6 |
|
| 7 |
# DotCheck
|
| 8 |
|
| 9 |
+
Organization for DotCheck **closed-weight** AI-likeness engines. Public model repos are **documentation cards** (architecture, gates, license). Inference heads (`.npz`) are not published on public Hub repos.
|
| 10 |
|
| 11 |
+
| Hub id | Wire | Backbone / stack | Artifact |
|
| 12 |
+
|--------|------|------------------|----------|
|
| 13 |
+
| [`vermeer-image-v5`](https://huggingface.co/DotCheck/vermeer-image-v5) | `inhouse@5` | SigLIP2-base + linear head | `…_linear_head_v5.npz` |
|
| 14 |
+
| [`valla-text-v9`](https://huggingface.co/DotCheck/valla-text-v9) | `inhouse-text@9` (+ lang heads) | TMR + Fakespot + logistic heads | `text_stack_head_v9.npz` + lang |
|
| 15 |
+
| [`muybridge-video-v2`](https://huggingface.co/DotCheck/muybridge-video-v2) | `inhouse-video@2` | SigLIP2-base + video head | `…_video_v2.npz` |
|
| 16 |
|
| 17 |
+
- Collection: [dotcheck-engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
|
| 18 |
+
- About: [`DotCheck/dotcheck`](https://huggingface.co/DotCheck/dotcheck)
|
| 19 |
+
- Private vault (owner): [`heads-live-private`](https://huggingface.co/DotCheck/heads-live-private)
|
| 20 |
|
| 21 |
+
## Runtime
|
| 22 |
|
| 23 |
+
Serve: DotCheck CPU FastAPI. Public HTTP: Express (Heroku) → inference. Guests: https://dotcheck.ai/check. Programmatic: https://dotcheck.ai/api (`Authorization: Bearer dc_…`, Pro). Gate tables: https://dotcheck.ai/docs · https://dotcheck.ai/how
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
+
Do not `from_pretrained` DotCheck head repos for runnable weights.
|
| 26 |
|
| 27 |
+
## Metrics SSOT
|
| 28 |
|
| 29 |
+
Measured holdout floats live in product `Data.json` / `MODEL-CHOICE.md` (image bal **0.9875**, EN text bal **0.980**, video bag-p90 bal **0.985**). Do not cite stale bake-off YAML.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|