LICENSE
NOTICE
README.md
pyproject.toml
src/synthefy_nori/__init__.py
src/synthefy_nori/api.py
src/synthefy_nori/hf.py
src/synthefy_nori.egg-info/PKG-INFO
src/synthefy_nori.egg-info/SOURCES.txt
src/synthefy_nori.egg-info/dependency_links.txt
src/synthefy_nori.egg-info/entry_points.txt
src/synthefy_nori.egg-info/requires.txt
src/synthefy_nori.egg-info/top_level.txt
src/synthefy_nori/configs/__init__.py
src/synthefy_nori/configs/model_base.json
src/synthefy_nori/configs/reg_allordinal_poly10_adaptive.json
src/synthefy_nori/configs/reg_allordinal_poly10_adaptive_svd256.json
src/synthefy_nori/configs/reg_allordinal_poly10_noretrieval.json
src/synthefy_nori/configs/reg_default_noretrieval.json
src/synthefy_nori/evaluation/__init__.py
src/synthefy_nori/evaluation/analysis.py
src/synthefy_nori/evaluation/cli.py
src/synthefy_nori/evaluation/datasets.py
src/synthefy_nori/evaluation/models.py
src/synthefy_nori/evaluation/runner.py
src/synthefy_nori/evaluation/benchmark_lists/__init__.py
src/synthefy_nori/evaluation/benchmark_lists/tabarena_reg.csv
src/synthefy_nori/evaluation/benchmark_lists/talent_reg.csv
src/synthefy_nori/inference/__init__.py
src/synthefy_nori/inference/inference_method.py
src/synthefy_nori/inference/predictor.py
src/synthefy_nori/inference/preprocess.py
src/synthefy_nori/interpretability/__init__.py
src/synthefy_nori/interpretability/feature_selection.py
src/synthefy_nori/interpretability/pdp.py
src/synthefy_nori/interpretability/shapiq.py
src/synthefy_nori/model/__init__.py
src/synthefy_nori/model/encoders.py
src/synthefy_nori/model/layer.py
src/synthefy_nori/model/quantile_dist.py
src/synthefy_nori/model/transformer.py
src/synthefy_nori/training/__init__.py
src/synthefy_nori/training/cli.py
src/synthefy_nori/training/config.py
src/synthefy_nori/training/data_generator.py
src/synthefy_nori/training/loss.py
src/synthefy_nori/training/masking.py
src/synthefy_nori/training/optim.py
src/synthefy_nori/training/prefetch.py
src/synthefy_nori/training/scm_prior_generator.py
src/synthefy_nori/training/trainer.py
src/synthefy_nori/utils/__init__.py
src/synthefy_nori/utils/data_utils.py
src/synthefy_nori/utils/inference_utils.py
src/synthefy_nori/utils/loading.py
src/synthefy_nori/utils/retrieval_utils.py
tests/test_api_smoke.py
tests/test_benchmark_performance.py
tests/test_hf.py
tests/test_imports.py
tests/test_inference_e2e.py
tests/test_interpretability.py
tests/test_model_response.py
tests/test_token_accounting.py
tests/test_training_config.py