dotcheck
ForumCore commited on
Commit
dbb9690
·
verified ·
1 Parent(s): c568736

docs: org about + brand icon

Browse files
Files changed (1) hide show
  1. README.md +14 -23
README.md CHANGED
@@ -6,34 +6,25 @@ tags:
6
 
7
  # DotCheck
8
 
9
- **See what's real.**
10
 
11
- DotCheck scores how AI-like **images**, **video frames**, and **text** look — so people can tell synthetic media from human-made content. Scoring runs on DotCheck infrastructure (not on-device). Closed weights: public Hub pages describe engines and measured gates; inference heads are not redistributed.
 
 
 
 
12
 
13
- **Leviathan** is DotCheck's product scoring system: in-house engines (Vermeer · Valla · Muybridge) + generator-surface prior + shared content-hash cache. Same path for Free, Premium, and Pro — not a tier upsell.
 
 
14
 
15
- ## Engines (this org)
16
 
17
- | Label | Modality | Wire | Hub model (docs only) |
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
- Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785).
24
 
25
- Public claim floats are lockstep with product facts (`Data.json` / MODEL-CHOICE). Do not invent accuracy numbers from bake-off shortlists.
26
 
27
- ## Product links
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