dotcheck
ForumCore commited on
Commit
097b23d
·
verified ·
1 Parent(s): ff4ebef

docs: org about + registry + brand icon

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. REGISTRY.md +5 -3
README.md CHANGED
@@ -15,7 +15,7 @@ See what's real.
15
  | Hub id | Wire | Backbone / stack | Artifact |
16
  |--------|------|------------------|----------|
17
  | [`vermeer-image-v14_2`](https://huggingface.co/DotCheck/vermeer-image-v14_2) | `inhouse@14` | Pair stack: max-side 256 + native 224 | `siglip2_base_patch16_224_linear_head_v14_2.npz` |
18
- | [`valla-text-v12_2`](https://huggingface.co/DotCheck/valla-text-v12_2) | `inhouse-text@12` (+ lang heads) | TMR + Fakespot + logistic heads | `text_stack_head_v12.npz` + lang |
19
  | [`muybridge-video-v4_4`](https://huggingface.co/DotCheck/muybridge-video-v4_4) | `inhouse-video@4` | Pair stack + stamp-cap max | `siglip2_base_patch16_224_linear_head_v4_4.npz` |
20
  | [`helmholtz-audio-v3_1`](https://huggingface.co/DotCheck/helmholtz-audio-v3_1) | `inhouse-audio@3` | Dasheng-Base + logistic head | `dasheng_base_linear_head_audio_h3e.npz` |
21
 
 
15
  | Hub id | Wire | Backbone / stack | Artifact |
16
  |--------|------|------------------|----------|
17
  | [`vermeer-image-v14_2`](https://huggingface.co/DotCheck/vermeer-image-v14_2) | `inhouse@14` | Pair stack: max-side 256 + native 224 | `siglip2_base_patch16_224_linear_head_v14_2.npz` |
18
+ | [`valla-text-v14_3`](https://huggingface.co/DotCheck/valla-text-v14_3) | `inhouse-text@14` (+ lang heads) | Valla 14.3 (TMR + e5-small + BERT-tiny) + MacBERT zh | `text_stack_head_v14_3_en.npz` + lang |
19
  | [`muybridge-video-v4_4`](https://huggingface.co/DotCheck/muybridge-video-v4_4) | `inhouse-video@4` | Pair stack + stamp-cap max | `siglip2_base_patch16_224_linear_head_v4_4.npz` |
20
  | [`helmholtz-audio-v3_1`](https://huggingface.co/DotCheck/helmholtz-audio-v3_1) | `inhouse-audio@3` | Dasheng-Base + logistic head | `dasheng_base_linear_head_audio_h3e.npz` |
21
 
REGISTRY.md CHANGED
@@ -7,7 +7,7 @@ SSOT: repo-root `Data.json` → `models` + `hub` + `engines`. Generated by Sync.
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
9
  | image | `inhouse@14` | [vermeer-image-v14_2](https://huggingface.co/DotCheck/vermeer-image-v14_2) | `siglip2_base_patch16_224_linear_head_v14_2.npz` |
10
- | text | `inhouse-text@12` | [valla-text-v12_2](https://huggingface.co/DotCheck/valla-text-v12_2) | `text_stack_head_v12.npz` |
11
  | video | `inhouse-video@4` | [muybridge-video-v4_4](https://huggingface.co/DotCheck/muybridge-video-v4_4) | `siglip2_base_patch16_224_linear_head_v4_4.npz` |
12
  | audio | `inhouse-audio@3` | [helmholtz-audio-v3_1](https://huggingface.co/DotCheck/helmholtz-audio-v3_1) | `dasheng_base_linear_head_audio_h3e.npz` |
13
 
@@ -18,8 +18,10 @@ Org: [DotCheck](https://huggingface.co/DotCheck) · Collection: [DotCheck Engine
18
  | HF id | Role | License | Used by |
19
  | --- | --- | --- | --- |
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
  | `hfl/chinese-macbert-base` | text | Apache-2.0 | Valla (zh cls_emb) |
25
 
 
7
  | Slot | Wire | Hub repo | Artifact |
8
  | --- | --- | --- | --- |
9
  | image | `inhouse@14` | [vermeer-image-v14_2](https://huggingface.co/DotCheck/vermeer-image-v14_2) | `siglip2_base_patch16_224_linear_head_v14_2.npz` |
10
+ | text | `inhouse-text@14` | [valla-text-v14_3](https://huggingface.co/DotCheck/valla-text-v14_3) | `text_stack_head_v14_3_en.npz` |
11
  | video | `inhouse-video@4` | [muybridge-video-v4_4](https://huggingface.co/DotCheck/muybridge-video-v4_4) | `siglip2_base_patch16_224_linear_head_v4_4.npz` |
12
  | audio | `inhouse-audio@3` | [helmholtz-audio-v3_1](https://huggingface.co/DotCheck/helmholtz-audio-v3_1) | `dasheng_base_linear_head_audio_h3e.npz` |
13
 
 
18
  | HF id | Role | License | Used by |
19
  | --- | --- | --- | --- |
20
  | `google/siglip2-base-patch16-224` | image_video | Apache-2.0 | Vermeer + Muybridge |
21
+ | `Oxidane/tmr-ai-text-detector` | text | MIT | Valla (Rask) |
22
+ | `intfloat/e5-small` | text | MIT | Valla (Comenius) |
23
+ | `prajjwal1/bert-tiny` | text | MIT | Valla (tinies) |
24
+ | `fakespot-ai/roberta-base-ai-text-detection-v1` | text | Apache-2.0 | Valla rollback @12 |
25
  | `mispeech/dasheng-base` | audio | Apache-2.0 | Helmholtz |
26
  | `hfl/chinese-macbert-base` | text | Apache-2.0 | Valla (zh cls_emb) |
27