AAIT-86M / config.json
gcoderw's picture
Repackage AAIT-86M as combined TE-86M plus anchor head
82e3c2b verified
{
"model_id": "AAIT-86M",
"display_name": "AAIT-86M",
"base_model": "TE-86M",
"package_stage": "combined-base-plus-anchor",
"base_checkpoint_file": "te86m_base_best_model.pt",
"anchor_checkpoint_file": "aait86m_anchor_best_model.pt",
"candidate_source": "te86m_anchor_stage2_clean_v2_20260428T110733Z",
"base_checkpoint_source": "/shared/augmem/triembed/checkpoints/wordnet_validaudio_real_mn20_whisper_wavcaps_speech150k_d2_retrieval_20260418T004617Z/best_model.pt",
"anchor_checkpoint_source": "/shared/augmem/triembed/checkpoints/te86m_anchor_stage2_clean_v2_20260428T110733Z/best_model.pt",
"semantic_vector_dim": 1280,
"anchor_key_dim": 128,
"hidden_dim": 1024,
"outputs": [
"semantic_vector",
"anchor_key",
"anchor_action_logits",
"anchor_confidence",
"salience_delta"
],
"anchor_action_order": [
"CREATE_ANCHOR",
"UPDATE_EXISTING_ANCHOR",
"SPLIT_ANCHOR",
"CLOSE_ANCHOR",
"ABSTAIN"
],
"semantic_vector_behavior": {
"preserved_from_base_model": true,
"matryoshka_truncation_dims": [
1280,
768,
512,
256,
128
]
},
"publication_gate": "publish_main_package",
"cortext_integration_tested": false,
"notes": "Combined public package containing the TE-86M retrieval checkpoint and the published AAIT-86M anchor head."
}