dotcheck
ForumCore commited on
Commit
7a17d10
·
verified ·
1 Parent(s): bcc7670

docs: org about + registry + brand icon

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. REGISTRY.md +2 -1
  3. icon128.png +0 -0
README.md CHANGED
@@ -10,7 +10,7 @@ Organization for DotCheck AI-likeness **people**. Public model repos ship Apache
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 | `siglip2_base_patch16_224_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-frame head (Muybridge) | `siglip2_base_patch16_224_linear_head_video_v2.npz` |
16
  | [`helmholtz-audio-v2`](https://huggingface.co/DotCheck/helmholtz-audio-v2) | `inhouse-audio@2` | Dasheng-Base + logistic head | `dasheng_base_linear_head_audio_v2.npz` |
@@ -27,5 +27,5 @@ Public repos include Apache-2.0 open weights. Everyday product scoring still run
27
 
28
  ## Metrics SSOT
29
 
30
- 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**, audio bal **0.986**). Do not cite stale bake-off YAML.
31
 
 
10
 
11
  | Hub id | Wire | Backbone / stack | Artifact |
12
  |--------|------|------------------|----------|
13
+ | [`vermeer-image-v12`](https://huggingface.co/DotCheck/vermeer-image-v12) | `inhouse@12` | Adapted SigLIP2-base + linear head | `siglip2_base_patch16_224_linear_head_v12lora.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-frame head (Muybridge) | `siglip2_base_patch16_224_linear_head_video_v2.npz` |
16
  | [`helmholtz-audio-v2`](https://huggingface.co/DotCheck/helmholtz-audio-v2) | `inhouse-audio@2` | Dasheng-Base + logistic head | `dasheng_base_linear_head_audio_v2.npz` |
 
27
 
28
  ## Metrics SSOT
29
 
30
+ Measured holdout floats live in product `Data.json` / `MODEL-CHOICE.md` (image bal **0.9950**, EN text bal **0.980**, video bag-p90 bal **0.985**, audio bal **0.986**). Do not cite stale bake-off YAML.
31
 
REGISTRY.md CHANGED
@@ -6,7 +6,7 @@ SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
6
 
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
9
- | image | `inhouse@5` | [vermeer-image-v5](https://huggingface.co/DotCheck/vermeer-image-v5) | `siglip2_base_patch16_224_linear_head_v5.npz` |
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
  | audio | `inhouse-audio@2` | [helmholtz-audio-v2](https://huggingface.co/DotCheck/helmholtz-audio-v2) | `dasheng_base_linear_head_audio_v2.npz` |
@@ -29,6 +29,7 @@ Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engine
29
  | `stabilityai/sd-turbo` | image | MIT | |
30
  | `segmind/tiny-sd` | image | Apache-2.0 | |
31
  | `stabilityai/sdxl-turbo` | image | MIT | |
 
32
  | `Qwen/Qwen2.5-7B-Instruct` | text | Apache-2.0 | |
33
  | `mistralai/Mistral-7B-Instruct-v0.3` | text | Apache-2.0 | |
34
  | `zai-org/CogVideoX-2b` | video | Apache-2.0 | |
 
6
 
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
9
+ | image | `inhouse@12` | [vermeer-image-v12](https://huggingface.co/DotCheck/vermeer-image-v12) | `siglip2_base_patch16_224_linear_head_v12lora.npz` |
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
  | audio | `inhouse-audio@2` | [helmholtz-audio-v2](https://huggingface.co/DotCheck/helmholtz-audio-v2) | `dasheng_base_linear_head_audio_v2.npz` |
 
29
  | `stabilityai/sd-turbo` | image | MIT | |
30
  | `segmind/tiny-sd` | image | Apache-2.0 | |
31
  | `stabilityai/sdxl-turbo` | image | MIT | |
32
+ | `warp-ai/wuerstchen` | image | MIT | |
33
  | `Qwen/Qwen2.5-7B-Instruct` | text | Apache-2.0 | |
34
  | `mistralai/Mistral-7B-Instruct-v0.3` | text | Apache-2.0 | |
35
  | `zai-org/CogVideoX-2b` | video | Apache-2.0 | |
icon128.png CHANGED