dotcheck
ForumCore commited on
Commit
8e8da31
·
verified ·
1 Parent(s): 574bc2d

docs: org about + registry + brand icon

Browse files
Files changed (2) hide show
  1. README.md +3 -4
  2. REGISTRY.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
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
  |--------|------|------------------|----------|
@@ -16,14 +16,13 @@ Organization for DotCheck **closed-weight** AI-likeness engines. Public model re
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
  - Full inventory: see `REGISTRY.md` in this about repo / `hub/REGISTRY.md` in source
21
 
22
  ## Runtime
23
 
24
- 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
25
 
26
- Do not `from_pretrained` DotCheck head repos for runnable weights.
27
 
28
  ## Metrics SSOT
29
 
 
6
 
7
  # DotCheck
8
 
9
+ Organization for DotCheck AI-likeness engines. Public model repos ship Apache-2.0 open weights (`.npz` heads on frozen upstream backbones), architecture notes, and measured holdout gates. Everyday scoring still runs through DotCheck.
10
 
11
  | Hub id | Wire | Backbone / stack | Artifact |
12
  |--------|------|------------------|----------|
 
16
 
17
  - Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
18
  - About: [`DotCheck/dotcheck`](https://huggingface.co/DotCheck/dotcheck)
 
19
  - Full inventory: see `REGISTRY.md` in this about repo / `hub/REGISTRY.md` in source
20
 
21
  ## Runtime
22
 
23
+ Serve: DotCheck CPU FastAPI. Public HTTP: Express → inference. Guests: https://dotcheck.ai/check. Programmatic: https://dotcheck.ai/api (`Authorization: Bearer dc_…`, Pro). Gates: https://dotcheck.ai/docs · https://dotcheck.ai/how
24
 
25
+ Public repos include Apache-2.0 open weights. Everyday product scoring still runs through DotCheck.
26
 
27
  ## Metrics SSOT
28
 
REGISTRY.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
4
 
5
- ## Hub engines (closed weights)
6
 
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
@@ -10,7 +10,7 @@ SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
10
  | text | `inhouse-text@9` | [valla-text-v9](https://huggingface.co/DotCheck/valla-text-v9) | `text_stack_head_v9.npz` |
11
  | video | `inhouse-video@2` | [muybridge-video-v2](https://huggingface.co/DotCheck/muybridge-video-v2) | `siglip2_base_patch16_224_linear_head_video_v2.npz` |
12
 
13
- Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785) · Vault: `heads-live-private`
14
 
15
  ## Serve backbones
16
 
 
2
 
3
  SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
4
 
5
+ ## Hub engines (Apache-2.0 open weights)
6
 
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
 
10
  | text | `inhouse-text@9` | [valla-text-v9](https://huggingface.co/DotCheck/valla-text-v9) | `text_stack_head_v9.npz` |
11
  | video | `inhouse-video@2` | [muybridge-video-v2](https://huggingface.co/DotCheck/muybridge-video-v2) | `siglip2_base_patch16_224_linear_head_video_v2.npz` |
12
 
13
+ Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
14
 
15
  ## Serve backbones
16