ForumCore commited on
Commit
c015e59
·
verified ·
1 Parent(s): 31eb9de

docs: DotCheck Hub card + license (no weights)

Browse files
Files changed (2) hide show
  1. NOTICE +3 -3
  2. README.md +2 -0
NOTICE CHANGED
@@ -6,17 +6,17 @@ backbones. Their licenses remain those of the upstream projects. DotCheck heads
6
  trained on top of these bases are closed weights under LICENSE in this package.
7
 
8
  1) google/siglip2-base-patch16-224
9
- Used by: Vermeer (image) and Muybridge (video frames)
10
  Hub: https://huggingface.co/google/siglip2-base-patch16-224
11
  Typical license: Apache-2.0 (see upstream card)
12
 
13
  2) Oxidane/tmr-ai-text-detector
14
- Used by: Valla (text stack base)
15
  Hub: https://huggingface.co/Oxidane/tmr-ai-text-detector
16
  Typical license: MIT (see upstream card)
17
 
18
  3) fakespot-ai/roberta-base-ai-text-detection-v1
19
- Used by: Valla (text stack base)
20
  Hub: https://huggingface.co/fakespot-ai/roberta-base-ai-text-detection-v1
21
  Typical license: Apache-2.0 (see upstream card)
22
 
 
6
  trained on top of these bases are closed weights under LICENSE in this package.
7
 
8
  1) google/siglip2-base-patch16-224
9
+ Used by: Vermeer + Muybridge
10
  Hub: https://huggingface.co/google/siglip2-base-patch16-224
11
  Typical license: Apache-2.0 (see upstream card)
12
 
13
  2) Oxidane/tmr-ai-text-detector
14
+ Used by: Valla
15
  Hub: https://huggingface.co/Oxidane/tmr-ai-text-detector
16
  Typical license: MIT (see upstream card)
17
 
18
  3) fakespot-ai/roberta-base-ai-text-detection-v1
19
+ Used by: Valla
20
  Hub: https://huggingface.co/fakespot-ai/roberta-base-ai-text-detection-v1
21
  Typical license: Apache-2.0 (see upstream card)
22
 
README.md CHANGED
@@ -122,6 +122,7 @@ Also: beat prior `@6` holdout; wiki-monitor mean ~\<0.001; OOD / RAID-lite proto
122
 
123
  ### Language heads (holdout; same absolute floors)
124
 
 
125
  | Lang | Wire | Human | AI | bal_acc |
126
  |------|------|------:|---:|--------:|
127
  | es | `inhouse-text-es_v2` | 0.088 | 0.953 | 0.972 |
@@ -130,6 +131,7 @@ Also: beat prior `@6` holdout; wiki-monitor mean ~\<0.001; OOD / RAID-lite proto
130
  | it | `inhouse-text-it_v1` | 0.069 | 0.986 | 0.972 |
131
  | de | `inhouse-text-de_v1` | 0.064 | 0.968 | 0.958 |
132
  | nl | `inhouse-text-nl_v1` | 0.101 | 0.978 | 0.933 |
 
133
 
134
  ## Intended use
135
 
 
122
 
123
  ### Language heads (holdout; same absolute floors)
124
 
125
+ <!-- sync:text-lang-start -->
126
  | Lang | Wire | Human | AI | bal_acc |
127
  |------|------|------:|---:|--------:|
128
  | es | `inhouse-text-es_v2` | 0.088 | 0.953 | 0.972 |
 
131
  | it | `inhouse-text-it_v1` | 0.069 | 0.986 | 0.972 |
132
  | de | `inhouse-text-de_v1` | 0.064 | 0.968 | 0.958 |
133
  | nl | `inhouse-text-nl_v1` | 0.101 | 0.978 | 0.933 |
134
+ <!-- sync:text-lang-end -->
135
 
136
  ## Intended use
137