Back to corpus
research noteexperiment writeup candidatescore 24

Training Directory

``` training/ └── ircp/ ├── full_dataset/ # Full dataset training │ ├── best_model.pt # Trained model checkpoint │ ├── inferred_config.json # Model configuration │ └── [other training files] │ ├── complete_training/ # Complete training run │ ├── outputs/ # Training outputs and logs │ ├── evaluation/ # Evaluation results │ └── backups/ # Training backups └── ircp_training_backup_20250815_173556/ ```

Full HTML reader

Read the full artifact

Open in new tab

Extracted abstract or opening context

This directory contains all machine learning training artifacts, models, and evaluation results for the IRCP project. ### full_dataset/ Contains the production IRCP model trained on the full dataset. **Key Files:** - `best_model.pt` - PyTorch model checkpoint - `inferred_config.json` - Model configuration - Training hyperparameters and metrics **Used by:** - `apps/liquid-chat-backend/main.py` - Loads this model for embeddings **Architecture:** Custom SentenceTransformer with IRCP (Inverse Ring Contextual Propagation)

Promotion decision

What has to happen next

Attach run IDs, datasets, metrics, and reproduction commands.

Why this is not always a full paper yet

Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.