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

docs: org about + registry + brand icon

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. REGISTRY.md +2 -6
README.md CHANGED
@@ -13,6 +13,7 @@ Organization for DotCheck AI-likeness engines. Public model repos ship Apache-2.
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 head | `siglip2_base_patch16_224_linear_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)
@@ -26,5 +27,5 @@ Public repos include Apache-2.0 open weights. Everyday product scoring still run
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
 
 
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 head | `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` |
17
 
18
  - Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
19
  - About: [`DotCheck/dotcheck`](https://huggingface.co/DotCheck/dotcheck)
 
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
 
REGISTRY.md CHANGED
@@ -9,6 +9,7 @@ SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
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
 
13
  Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
14
 
@@ -19,6 +20,7 @@ Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engine
19
  | `google/siglip2-base-patch16-224` | image_video | Apache-2.0 | Vermeer + Muybridge |
20
  | `Oxidane/tmr-ai-text-detector` | text | MIT | Valla |
21
  | `fakespot-ai/roberta-base-ai-text-detection-v1` | text | Apache-2.0 | Valla |
 
22
 
23
  ## Fit generators
24
 
@@ -66,9 +68,3 @@ Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engine
66
  | `AudioMAE` | CC-BY-NC |
67
  | `by-nc` | NC license substring |
68
  | `midjourney` | closed scrape / license |
69
-
70
- ## Planned
71
-
72
- | HF id | Role | License | Status |
73
- | --- | --- | --- | --- |
74
- | `mispeech/dasheng-base` | audio_backbone | Apache-2.0 | au0_smoke |
 
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` |
13
 
14
  Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engines](https://huggingface.co/collections/DotCheck/dotcheck-engines-6a659e57f7934cb510677785)
15
 
 
20
  | `google/siglip2-base-patch16-224` | image_video | Apache-2.0 | Vermeer + Muybridge |
21
  | `Oxidane/tmr-ai-text-detector` | text | MIT | Valla |
22
  | `fakespot-ai/roberta-base-ai-text-detection-v1` | text | Apache-2.0 | Valla |
23
+ | `mispeech/dasheng-base` | audio | Apache-2.0 | Helmholtz |
24
 
25
  ## Fit generators
26
 
 
68
  | `AudioMAE` | CC-BY-NC |
69
  | `by-nc` | NC license substring |
70
  | `midjourney` | closed scrape / license |