datamatters24 commited on
Commit
4bed436
·
verified ·
1 Parent(s): a9cb5ad

rename: update card cross-refs to attuned-resonance-* slugs

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,9 +12,9 @@ pipeline_tag: tabular-regression
12
 
13
  # Attuned Resonance Outcome Predictor — Multi-Head LSTM
14
 
15
- > Repo and Hugging Face slugs still use the legacy "CEPM" name during the gradual rename.
16
 
17
- Given an intake record, an advisor profile, and the advisor's recent call history, forecasts three call outcomes: handle time, first-contact resolution (FCR) probability, and CSAT. Designed to be composed downstream of the [intake model](https://huggingface.co/datamatters24/cepm-intake) and upstream of the (pending) PPO router.
18
 
19
  **Research/educational use only.** See disclaimer below.
20
 
 
12
 
13
  # Attuned Resonance Outcome Predictor — Multi-Head LSTM
14
 
15
+ > The GitHub repo slug is still "CEPM" during the gradual rename; the Hugging Face slugs were migrated to `attuned-resonance-*` on 2026-05-09 (HF preserves the old `cepm-*` URLs as redirects).
16
 
17
+ Given an intake record, an advisor profile, and the advisor's recent call history, forecasts three call outcomes: handle time, first-contact resolution (FCR) probability, and CSAT. Designed to be composed downstream of the [intake model](https://huggingface.co/datamatters24/attuned-resonance-intake) and upstream of the [PPO router](https://huggingface.co/datamatters24/attuned-resonance-router).
18
 
19
  **Research/educational use only.** See disclaimer below.
20