File size: 1,547 Bytes
a47ce37 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
language:
- en
license: other
license_name: pleius-internal
tags:
- onnx
- video-classification
- short-form-video
- creator-tools
---
# cortexa-create-scorer (v10-proxy)
Production scorer for Pleius Create (short-form video). Uses the same
weights as `M725/cortexa-marketing-scorer` but with a different pillar
remap suited to short-form video.
## Pipeline
```
video ββ ffmpeg 1fps sample β N frames
N frames ββ CLIP ViT-B/32 vision encoder ββ (N, 512) stim_emb
"general audience" ββ CLIP text β demo_emb
cortexa_v10 head per frame β per-frame curves (engagement, audience_drive, ...)
β
aggregate to 4 Create pillars:
hook = mean engagement, first up-to-3 frames
hold = mean engagement, all frames
algorithmic_fit = mean audience_drive
brand_lift = mean demographic_appeal
overall (win) = sigmoid(audience_drive_mean Β· 6)
```
The remap mirrors `hf-space/app/content.py` in the serving Space
`M725/cortexa-ad-api`. When a dedicated v64a_PROD weight ships, this
repo will be replaced with that ranker; until then v10-proxy is the
production behavior.
## Files
Same 4 ONNX files as `M725/cortexa-marketing-scorer` (they are the same
weights, served under a different surface and pillar mapping). See that
repo's README for file-level details.
## License
Pleius internal β see https://pleius.com. Not for redistribution.
|