visllm is an open-weight model from Yqy. Its published files total 22.4 GB.
本目录是一个与官方源码隔离的实验框架。它只读使用 ILVR 的定制 Transformers 和训练类,不修改: -../../ILVR -../../mlrm-LEAD -../comt-test 本实验不使用早期的图像 two-pass 方案。原有 Monet/CoMT answer-teacher 三个实验仍只在推理时使用熵控制;新增的 CoMT/Monet Stage2 实验会在训练 rollout 中用熵决定 latent 位置,但都不加载 EMA teacher 或辅助图像。 默认评测矩阵训练两个…
Model Card
本目录是一个与官方源码隔离的实验框架。它只读使用 ILVR 的定制 Transformers 和训练类,不修改: -../../ILVR -../../mlrm-LEAD -../comt-test 本实验不使用早期的图像 two-pass 方案。原有 Monet/CoMT answer-teacher 三个实验仍只在推理时使用熵控制;新增的 CoMT/Monet Stage2 实验会在训练 rollout 中用熵决定 latent 位置,但都不加载 EMA teacher 或辅助图像。 默认评测矩阵训练两个 Monet-SFT-125K 模型: 1. monetilvr:完全使用官方 ILVR EMA teacher query。 2. monetanswerteacher:student batch 与模型 1 相同,仅在 EMA teacher 选择 helper patches 时增加标准答案表示。 另有一个独立的 comtanswerteacher 训练:只把数据切换为 CoMT,标准答案仍仅供 EMA teacher 使用,student 不可见。三个训练过程都不使用熵控制;熵控制只在训练完成后的推理/评测阶段启用。 - natural:模型自然生成 ; - entropy:高熵且满足窗口/冷却条件时,单次生成中强制 ,之后的固定 8 个 latent hidden-state feedback 继续由官方 ILVR generation loop 完成。 评测包括 VStar、HR-Bench 4K、HR-Bench 8K 和…
Excerpt from the card by Yqy.
Identity and Version
- Repository
- yueqy111222/visllm
- Publisher
- Yqy
- Task
- Not stated by the source
- Modality
- Other
- Library
- Not stated by the source
- Parameters
- Not stated by the source
- Languages
- Not stated by the source
- Revision
- 9c9a508403ef86502e1c2f6bc2ee5e1e0ae2baf8
- First published
- 2026-07-28
- Last updated
- 2026-09-19
Files and Weights
793 files, 22.4 GB in total. The weights are 5 files totalling 16.6 GB in bin, safetensors.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| ilvr-comt-stage1/model-00001-of-00004.safetensors | Weights | 5.0 GB | 635a02ac5838 |
| ilvr-comt-stage1/model-00002-of-00004.safetensors | Weights | 5.0 GB | aecca0b13b5b |
| ilvr-comt-stage1/model-00003-of-00004.safetensors | Weights | 4.9 GB | 19b885f8ae76 |
| ilvr-comt-stage1/model-00004-of-00004.safetensors | Weights | 1.7 GB | 3f73d2aca975 |
| ilvr-comt-stage1/training_args.bin | Weights | 7.4 KB | 7f6a3266fe03 |
| 0807/comt-test/launch_main_two_pass.py | Configuration | 2.2 KB | — |
| 0807/launch_main_two_pass.py | Configuration | 2.6 KB | — |
| 0807/modeling_qwen2_5_vl.py | Configuration | 122.9 KB | — |
| 0807/src/main.py | Configuration | 16.5 KB | — |
| 0807/src/trainer.py | Configuration | 33.3 KB | — |
| 0807/src/two_pass.py | Configuration | 3.3 KB | — |
| 0807/src/utils_deepseed.py | Configuration | 16.7 KB | — |
| 0807/stage2_processor_cap.py | Configuration | 2.7 KB | — |
| 0807/test_qwen_two_pass_docstring.py | Configuration | 2.2 KB | — |
| 0812/diagnostic_generate.py | Configuration | 17.3 KB | — |
| 0812/eval_latent_diagnostics.py | Configuration | 23.5 KB | — |
| 0814/check_diagnostic_normal_parity.py | Configuration | 7.8 KB | — |
| 0814/diagnostic_generate.py | Configuration | 12.4 KB | — |
| 0814/eval.py | Configuration | 16.6 KB | — |
| 0814/eval_latent_diagnostics.py | Configuration | 34.3 KB | — |
| 0814/evaluate_deepseed.py | Configuration | 12.1 KB | — |
| 0814/latent_generation.py | Configuration | 4.0 KB | — |
| 0814/utils.py | Configuration | 287.7 KB | — |
| 0814/utils_deepseed.py | Configuration | 15.3 KB | — |
| 0818/cli.py | Configuration | 4.7 KB | — |
| 0818/comt.py | Configuration | 4.8 KB | — |
| 0818/diagnostics.official.yaml | Configuration | 694 B | — |
| 0818/matrix.official.yaml | Configuration | 982 B | — |
| 0818/matrix.yaml | Configuration | 1.2 KB | — |
| 0818/mme_realworld_lite.py | Configuration | 1.6 KB | — |
| 0818/monet.py | Configuration | 10.2 KB | — |
| 0818/paths.remote.yaml | Configuration | 595 B | — |
| 0818/run.py | Configuration | 15.1 KB | — |
| 0818/runner.py | Configuration | 18.9 KB | — |
| 0818/test_benchmarks.py | Configuration | 4.6 KB | — |
| 0818/test_cli.py | Configuration | 4.9 KB | — |
| 0818/test_comt.py | Configuration | 3.7 KB | — |
| 0818/test_diagnostics_entry.py | Configuration | 3.4 KB | — |
| 0818/test_evaluation_resume.py | Configuration | 12.5 KB | — |
| 0818/test_monet.py | Configuration | 5.4 KB | — |
| 0818/train.comt.answer_teacher.yaml | Configuration | 966 B | — |
| 0818/train.monet.answer_teacher.yaml | Configuration | 968 B | — |
| 0818/train.monet.official.yaml | Configuration | 956 B | — |
| 0820/answers.py | Configuration | 1.1 KB | — |
| 0820/checkpoint.py | Configuration | 3.5 KB | — |
| 0820/diagnostics.comt_answer_teacher.yaml | Configuration | 860 B | — |
| 0820/diagnostics.official.yaml | Configuration | 729 B | — |
| 0820/matrix.comt_checkpoints.yaml | Configuration | 1.2 KB | — |
| 0820/rescore.py | Configuration | 9.8 KB | — |
| 0820/run.py | Configuration | 17.6 KB | — |
| 0820/test_configs.py | Configuration | 10.0 KB | — |
| 0820/test_diagnostics.py | Configuration | 6.2 KB | — |
| 0820/test_diagnostics_entry.py | Configuration | 4.6 KB | — |
| 0820/test_evaluation_resume.py | Configuration | 13.2 KB | — |
| 0820/test_metrics.py | Configuration | 2.7 KB | — |
| 0824/cli.py | Configuration | 6.8 KB | — |
| 0824/deepspeed.zero3.json | Configuration | 724 B | — |
| 0824/entropy_plots.py | Configuration | 15.2 KB | — |
| 0824/manifest.py | Configuration | 4.1 KB | — |
| 0824/matrix.comt_checkpoints.yaml | Configuration | 1.4 KB | — |
| 0824/matrix.official.yaml | Configuration | 1.2 KB | — |
| 0824/matrix.py | Configuration | 9.0 KB | — |
| 0824/matrix.yaml | Configuration | 1.5 KB | — |
| 0824/official.py | Configuration | 31.3 KB | — |
| 0824/paths.remote.yaml | Configuration | 869 B | — |
| 0824/post_train.py | Configuration | 8.4 KB | — |
| 0824/post_train_eval.yaml | Configuration | 1.5 KB | — |
| 0824/recover_zero3.py | Configuration | 1.3 KB | — |
| 0824/runner.py | Configuration | 21.9 KB | — |
| 0824/stage2_config.py | Configuration | 8.3 KB | — |
| 0824/stage2_data.py | Configuration | 5.3 KB | — |
| 0824/stage2_grpo.py | Configuration | 7.0 KB | — |
| 0824/stage2_identity.py | Configuration | 5.5 KB | — |
| 0824/stage2_objectives.py | Configuration | 6.2 KB | — |
| 0824/stage2_rollout.py | Configuration | 3.2 KB | — |
| 0824/stage2_runtime.py | Configuration | 9.0 KB | — |
| 0824/test_cli.py | Configuration | 5.1 KB | — |
| 0824/test_configs.py | Configuration | 12.9 KB | — |
| 0824/test_entropy_plots.py | Configuration | 4.2 KB | — |
| 0824/test_evaluation_resume.py | Configuration | 14.7 KB | — |
| 0824/test_official_evaluation.py | Configuration | 6.0 KB | — |
| 0824/test_post_train_eval.py | Configuration | 10.3 KB | — |
| 0824/test_stage2_entropy_training.py | Configuration | 59.0 KB | — |
| 0824/test_training_entry.py | Configuration | 3.5 KB | — |
| 0824/test_zero3_recovery.py | Configuration | 9.6 KB | — |
| 0824/train.comt.answer_teacher.yaml | Configuration | 973 B | — |
| 0824/train.comt.stage2.entropy_ce.yaml | Configuration | 1.2 KB | — |
| 0824/train.comt.stage2.entropy_grpo.yaml | Configuration | 1.3 KB | — |
| 0824/train.monet.answer_teacher.yaml | Configuration | 974 B | — |
| 0824/train.monet.official.yaml | Configuration | 962 B | — |
| 0824/train.monet.stage2.entropy_ce.yaml | Configuration | 1.3 KB | — |
| 0824/train.monet.stage2.entropy_grpo.yaml | Configuration | 1.3 KB | — |
| 0824/train.py | Configuration | 15.2 KB | — |
| 0824/train_stage2_entropy_ce.py | Configuration | 23.8 KB | — |
| 0824/train_stage2_entropy_grpo.py | Configuration | 31.3 KB | — |
| 0824/zero3.py | Configuration | 20.8 KB | — |
| 0825/official.py | Configuration | 31.7 KB | — |
| 0825/stage2_config.py | Configuration | 9.0 KB | — |
| 0825/stage2_grpo.py | Configuration | 9.6 KB | — |
| 0825/stage2_rollout.py | Configuration | 5.1 KB | — |
| 0825/stage2_runtime.py | Configuration | 10.8 KB | — |
| 0825/test_configs.py | Configuration | 13.0 KB | — |
| 0825/test_official_evaluation.py | Configuration | 7.2 KB | — |
| 0825/test_stage2_entropy_training.py | Configuration | 66.5 KB | — |
| 0825/train.comt.stage2.entropy_ce.yaml | Configuration | 1.3 KB | — |
| 0825/train.comt.stage2.entropy_grpo.yaml | Configuration | 1.3 KB | — |
| 0825/train.monet.stage2.entropy_ce.yaml | Configuration | 1.3 KB | — |
| 0825/train.monet.stage2.entropy_grpo.yaml | Configuration | 1.4 KB | — |
| 0825/train_stage2_entropy_ce.py | Configuration | 23.6 KB | — |
| 0825/train_stage2_entropy_grpo.py | Configuration | 33.4 KB | — |
| 0827-1/__init__.py | Configuration | 4.2 KB | — |
| 0827-1/answers.py | Configuration | 5.2 KB | — |
| 0827-1/choice_text_rescore.py | Configuration | 20.2 KB | — |
| 0827-1/eval.ilvr_official_source.yaml | Configuration | 1.1 KB | — |
| 0827-1/ilvr_official_source.py | Configuration | 25.2 KB | — |
| 0827-1/lvr_vstar.py | Configuration | 15.3 KB | — |
| 0827-1/matrix.comt_checkpoints_benchmark_prompts.yaml | Configuration | 1.7 KB | — |
| 0827-1/matrix.monet_benchmark_prompts.yaml | Configuration | 1.9 KB | — |
| 0827-1/matrix.official_benchmark_prompts.yaml | Configuration | 1.7 KB | — |
| 0827-1/model_runner.py | Configuration | 9.3 KB | — |
| 0827-1/offline.diagnostic.comt.qwen3_rois.yaml | Configuration | 553 B | — |
| 0827-1/offline.diagnostic.monet.qwen3_rois.yaml | Configuration | 613 B | — |
| 0827-1/runner.py | Configuration | 23.8 KB | — |
| 0827-1/sitecustomize.py | Configuration | 881 B | — |
| 0827-1/teacher_diagnostics.py | Configuration | 16.2 KB | — |
| 0827-1/test_choice_text_rescore.py | Configuration | 9.6 KB | — |
| 0827-1/test_configs.py | Configuration | 18.8 KB | — |
| 0827-1/test_evaluation_resume.py | Configuration | 18.2 KB | — |
| 0827-1/test_ilvr_official_source_eval.py | Configuration | 10.8 KB | — |
| 0827-1/test_lvr_vstar.py | Configuration | 6.5 KB | — |
| 0827-1/test_offline_distillation_cache.py | Configuration | 74.9 KB | — |
| 0827-1/test_offline_distillation_shards.py | Configuration | 58.1 KB | — |
| 0827-1/test_offline_distillation_teacher.py | Configuration | 39.6 KB | — |
| 0827-1/test_offline_distillation_verifier.py | Configuration | 130.3 KB | — |
| 0827-1/test_offline_teacher_diagnostics.py | Configuration | 11.0 KB | — |
| 0827-1/test_univlr_eval_runtime.py | Configuration | 20.9 KB | — |
| 0827-1/univlr_runtime.py | Configuration | 30.9 KB | — |
| 0827-1/verify_comt_rois.py | Configuration | 192.3 KB | — |
| 0827/cli.py | Configuration | 9.4 KB | — |
| 0827/offline.comt.qwen3_rois.yaml | Configuration | 520 B | — |
| 0827/offline.comt.roi_verify.yaml | Configuration | 506 B | — |
| 0827/offline_distillation/__init__.py | Configuration | 3.9 KB | — |
| 0827/offline_distillation/cache.py | Configuration | 120.8 KB | — |
| 0827/offline_distillation/collator.py | Configuration | 35.7 KB | — |
| 0827/offline_distillation/config.py | Configuration | 16.0 KB | — |
| 0827/offline_distillation/generate_comt_rois.py | Configuration | 17.7 KB | — |
| 0827/offline_distillation/regions.py | Configuration | 42.2 KB | — |
| 0827/offline_distillation/schema.py | Configuration | 11.0 KB | — |
| 0827/offline_distillation/shards.py | Configuration | 68.6 KB | — |
| 0827/offline_distillation/teacher_prompt.py | Configuration | 12.2 KB | — |
| 0827/offline_distillation/teacher_runtime.py | Configuration | 9.2 KB | — |
| 0827/offline_distillation/train_comt.py | Configuration | 12.0 KB | — |
| 0827/offline_distillation/trainer.py | Configuration | 23.9 KB | — |
| 0827/offline_distillation/verifier.py | Configuration | 52.7 KB | — |
| 0827/offline_distillation/verify_comt_rois.py | Configuration | 191.8 KB | — |
| 0827/post_train.py | Configuration | 8.8 KB | — |
| 0827/post_train_eval.yaml | Configuration | 1.8 KB | — |
| 0827/test_cli.py | Configuration | 5.2 KB | — |
| 0827/test_configs.py | Configuration | 14.5 KB | — |
| 0827/test_offline_distillation_cache.py | Configuration | 74.4 KB | — |
| 0827/test_offline_distillation_regions.py | Configuration | 27.5 KB | — |
| 0827/test_offline_distillation_schema.py | Configuration | 14.8 KB | — |
| 0827/test_offline_distillation_shards.py | Configuration | 58.1 KB | — |
| 0827/test_offline_distillation_teacher.py | Configuration | 38.6 KB | — |
| 0827/test_offline_distillation_training.py | Configuration | 60.6 KB | — |
| 0827/test_offline_distillation_verifier.py | Configuration | 127.5 KB | — |
| 0827/test_post_train_eval.py | Configuration | 10.5 KB | — |
| 0827/train.comt.offline_random.yaml | Configuration | 952 B | — |
| 0827/train.comt.offline_roi.yaml | Configuration | 961 B | — |
| 0829/__init__.py | Configuration | 4.2 KB | — |
| 0829/cache.py | Configuration | 120.8 KB | — |
| 0829/cli.py | Configuration | 11.1 KB | — |
| 0829/collator.py | Configuration | 37.0 KB | — |
| 0829/config.py | Configuration | 16.4 KB | — |
| 0829/generate_comt_rois.py | Configuration | 17.9 KB | — |
| 0829/offline.monet.qwen3_rois.yaml | Configuration | 580 B | — |
| 0829/offline.monet.roi_verify.yaml | Configuration | 619 B | — |
| 0829/post_train_eval.yaml | Configuration | 2.2 KB | — |
| 0829/regions.py | Configuration | 42.2 KB | — |
| 0829/schema.py | Configuration | 11.0 KB | — |
| 0829/teacher_diagnostics.py | Configuration | 16.5 KB | — |
| 0829/test_cli.py | Configuration | 5.5 KB | — |
| 0829/test_configs.py | Configuration | 19.0 KB | — |
| 0829/test_offline_monet_pipeline.py | Configuration | 7.4 KB | — |
| 0829/test_offline_teacher_diagnostics.py | Configuration | 11.2 KB | — |
| 0829/test_post_train_eval.py | Configuration | 10.7 KB | — |
| 0829/train.monet.offline_random.yaml | Configuration | 955 B | — |
| 0829/train.monet.offline_roi.yaml | Configuration | 964 B | — |
| 0829/train_comt.py | Configuration | 12.8 KB | — |
| 0829/verifier.py | Configuration | 52.7 KB | — |
| 0829/verify_comt_rois.py | Configuration | 192.4 KB | — |
| 0901/config.py | Configuration | 17.9 KB | — |
| 0901/generate_comt_rois.py | Configuration | 18.1 KB | — |
| 0901/matrix.base_vlms.yaml | Configuration | 1.4 KB | — |
| 0901/matrix.py | Configuration | 9.1 KB | — |
| 0901/official.py | Configuration | 32.7 KB | — |
| 0901/offline.comt.qwen3_rois.yaml | Configuration | 633 B | — |
| 0901/offline.diagnostic.comt.qwen3_rois.yaml | Configuration | 666 B | — |
| 0901/offline.diagnostic.monet.qwen3_rois.yaml | Configuration | 726 B | — |
| 0901/offline.diagnostic.monet.roi_verify.yaml | Configuration | 668 B | — |
| 0901/offline.monet.qwen3_rois.yaml | Configuration | 693 B | — |
| 0901/plain_vlm.py | Configuration | 7.4 KB | — |
| 0901/plain_vlm_preflight.py | Configuration | 3.6 KB | — |
| 0901/regions.py | Configuration | 42.3 KB | — |
| 0901/runner.py | Configuration | 24.8 KB | — |
| 0901/teacher_diagnostics.py | Configuration | 17.7 KB | — |
| 0901/teacher_prompt.py | Configuration | 13.1 KB | — |
| 0901/teacher_runtime.py | Configuration | 10.5 KB | — |
| 0901/test_offline_distillation_regions.py | Configuration | 28.6 KB | — |
| 0901/test_offline_distillation_schema.py | Configuration | 15.9 KB | — |
| 0901/test_offline_distillation_teacher.py | Configuration | 42.0 KB | — |
| 0901/test_offline_monet_pipeline.py | Configuration | 9.7 KB | — |
| 0901/test_offline_teacher_diagnostics.py | Configuration | 12.6 KB | — |
| 0901/test_plain_vlm_evaluation.py | Configuration | 10.1 KB | — |
| 0903/bvm_hybrid_checkpoint.py | Configuration | 8.7 KB | — |
| 0903/config.py | Configuration | 18.7 KB | — |
| 0903/generate_comt_rois.py | Configuration | 18.8 KB | — |
| 0903/matrix.base_vlms.235b.max_pixels.yaml | Configuration | 1.4 KB | — |
| 0903/matrix.py | Configuration | 9.3 KB | — |
| 0903/model_runner.py | Configuration | 10.4 KB | — |
| 0903/official.py | Configuration | 33.5 KB | — |
| 0903/offline.diagnostic.monet.exact8.qwen3_rois.yaml | Configuration | 753 B | — |
| 0903/offline.diagnostic.monet.exact8.roi_verify.yaml | Configuration | 682 B | — |
| 0903/plain_vlm.py | Configuration | 8.8 KB | — |
| 0903/runner.py | Configuration | 27.1 KB | — |
| 0903/shards.py | Configuration | 69.7 KB | — |
| 0903/teacher_diagnostics.py | Configuration | 17.8 KB | — |
| 0903/teacher_prompt.py | Configuration | 16.7 KB | — |
| 0903/test_bvm_hybrid_checkpoint_eval.py | Configuration | 7.4 KB | — |
| 0903/test_evaluation_resume.py | Configuration | 21.1 KB | — |
| 0903/test_official_evaluation.py | Configuration | 8.3 KB | — |
| 0903/test_offline_distillation_schema.py | Configuration | 16.8 KB | — |
| 0903/test_offline_distillation_shards.py | Configuration | 58.6 KB | — |
| 0903/test_offline_distillation_teacher.py | Configuration | 46.1 KB | — |
| 0903/test_offline_distillation_verifier.py | Configuration | 131.6 KB | — |
| 0903/test_offline_monet_pipeline.py | Configuration | 11.0 KB | — |
| 0903/test_offline_teacher_diagnostics.py | Configuration | 16.3 KB | — |
| 0903/test_plain_vlm_evaluation.py | Configuration | 16.8 KB | — |
| 0903/verify_comt_rois.py | Configuration | 193.4 KB | — |
| 0904/__init__.py | Configuration | 126 B | — |
| 0904/bootstrap.py | Configuration | 2.8 KB | — |
| 0904/entry.py | Configuration | 22.4 KB | — |
| 0904/judge.py | Configuration | 1.7 KB | — |
| 0904/model.py | Configuration | 5.8 KB | — |
| 0904/protocol.py | Configuration | 8.0 KB | — |
| 0904/test_vlmevalkit.py | Configuration | 12.7 KB | — |
| 0904/test_vlmevalkit_native.py | Configuration | 5.7 KB | — |
| 0907/crop_caption_nll.py | Configuration | 27.3 KB | — |
| 0907/crop_comparison.py | Configuration | 35.2 KB | — |
| 0907/crop_sft.py | Configuration | 28.7 KB | — |
| 0907/crop_sft24.samples.json | Configuration | 87.9 KB | — |
| 0907/crop_sft48.samples.json | Configuration | 179.4 KB | — |
| 0907/crop_sft_data.py | Configuration | 16.8 KB | — |
| 0907/crop_sft_jobs.py | Configuration | 8.2 KB | — |
| 0907/crop_sft_pad_recovery.py | Configuration | 14.6 KB | — |
| 0907/crop_sft_runtime.py | Configuration | 22.7 KB | — |
| 0907/crop_student_replay.py | Configuration | 13.1 KB | — |
| 0907/matrix.base_vlms.vstar_generated.yaml | Configuration | 1.4 KB | — |
| 0907/offline.diagnostic.monet.crop_caption_nll.yaml | Configuration | 1.1 KB | — |
| 0907/offline.diagnostic.monet.crop_comparison.yaml | Configuration | 2.7 KB | — |
| 0907/test_bvm_hybrid_checkpoint_eval.py | Configuration | 8.0 KB | — |
| 0907/test_configs.py | Configuration | 19.7 KB | — |
| 0907/test_crop_caption_nll.py | Configuration | 12.9 KB | — |
| 0907/test_crop_comparison.py | Configuration | 18.2 KB | — |
| 0907/test_crop_sft.py | Configuration | 12.7 KB | — |
| 0907/test_crop_sft_data.py | Configuration | 11.4 KB | — |
| 0907/test_crop_sft_jobs.py | Configuration | 8.6 KB | — |
| 0907/test_crop_sft_pad_recovery.py | Configuration | 12.9 KB | — |
| 0907/test_crop_sft_runtime.py | Configuration | 18.2 KB | — |
| 0907/test_crop_student_replay.py | Configuration | 4.6 KB | — |
| 0907/test_plain_vlm_evaluation.py | Configuration | 18.8 KB | — |
| 0907/train.monet.crop_sft24.yaml | Configuration | 675 B | — |
| 0907/train.monet.crop_sft48.yaml | Configuration | 747 B | — |
| 0915/apply_monet_answer_review.py | Configuration | 19.7 KB | — |
| 0915/apply_monet_cot_review.py | Configuration | 19.0 KB | — |
| 0915/build_monet_answer_review_form.py | Configuration | 15.3 KB | — |
| 0915/build_monet_deferred_suggestions.py | Configuration | 7.4 KB | — |
| 0915/collator.py | Configuration | 8.9 KB | — |
| 0915/crop_answer_audit.py | Configuration | 14.3 KB | — |
| 0915/crop_comparison.py | Configuration | 35.3 KB | — |
| 0915/crop_route_eval.py | Configuration | 19.9 KB | — |
| 0915/crop_route_runtime.py | Configuration | 20.8 KB | — |
| 0915/crop_routes.py | Configuration | 6.2 KB | — |
| 0915/crop_routes_compare.py | Configuration | 31.7 KB | — |
| 0915/crop_routes_jobs.py | Configuration | 25.1 KB | — |
| 0915/crop_routes_migrate.py | Configuration | 6.9 KB | — |
| 0915/crop_routes_prepare.py | Configuration | 24.2 KB | — |
| 0915/crop_routes_train.py | Configuration | 18.1 KB | — |
| 0915/crop_stage1_core.py | Configuration | 6.8 KB | — |
| 0915/crop_stage1_data.py | Configuration | 18.1 KB | — |
| 0915/crop_stage1_eval.py | Configuration | 12.4 KB | — |
| 0915/crop_stage1_jobs.py | Configuration | 18.8 KB | — |
| 0915/crop_stage1_prepare.py | Configuration | 18.1 KB | — |
| 0915/crop_stage1_train.py | Configuration | 22.5 KB | — |
| 0915/merge_monet_reviewed.py | Configuration | 12.4 KB | — |
| 0915/merge_monet_reviewed_cases.py | Configuration | 1.0 KB | — |
| 0915/monet_answer_labels.py | Configuration | 33.3 KB | — |
| 0915/sha256.json | Configuration | 21.7 KB | — |
| 0915/test_apply_monet_answer_review.py | Configuration | 10.1 KB | — |
| 0915/test_apply_monet_cot_review.py | Configuration | 16.0 KB | — |
| 0915/test_crop_answer_audit.py | Configuration | 6.7 KB | — |
| 0915/test_crop_route_eval.py | Configuration | 22.8 KB | — |
| 0915/test_crop_route_runtime.py | Configuration | 20.9 KB | — |
| 0915/test_crop_routes.py | Configuration | 6.8 KB | — |
| 0915/test_crop_routes_compare.py | Configuration | 19.0 KB | — |
| 0915/test_crop_routes_jobs.py | Configuration | 16.1 KB | — |
| 0915/test_crop_routes_migrate.py | Configuration | 11.0 KB | — |
| 0915/test_crop_routes_prepare.py | Configuration | 16.4 KB | — |
| 0915/test_crop_routes_train.py | Configuration | 4.2 KB | — |
| 0915/test_crop_stage1_core.py | Configuration | 7.6 KB | — |
| 0915/test_crop_stage1_data.py | Configuration | 14.8 KB | — |
| 0915/test_crop_stage1_eval.py | Configuration | 6.6 KB | — |
| 0915/test_crop_stage1_jobs.py | Configuration | 4.5 KB | — |
| 0915/test_crop_stage1_prepare.py | Configuration | 4.3 KB | — |
| 0915/test_crop_stage1_train.py | Configuration | 11.8 KB | — |
| 0915/test_merge_monet_reviewed_cases.py | Configuration | 7.8 KB | — |
| 0915/test_monet_answer_labels.py | Configuration | 9.7 KB | — |
| 0915/test_monet_answer_review_form.py | Configuration | 5.8 KB | — |
| 0915/test_monet_deferred_suggestions.py | Configuration | 5.3 KB | — |
| 0915/train.monet.crop_routes_1024.yaml | Configuration | 1.4 KB | — |
| 0915/train.monet.crop_stage1_1024.yaml | Configuration | 1.3 KB | — |
| 0915/trainer.py | Configuration | 24.8 KB | — |
| 0918/answers.py | Configuration | 6.3 KB | — |
| 0918/choice_text_rescore.py | Configuration | 22.4 KB | — |
| 0918/crop_routes.py | Configuration | 4.8 KB | — |
| 0918/crop_routes_compare.py | Configuration | 31.6 KB | — |
| 0918/crop_routes_migrate.py | Configuration | 9.0 KB | — |
| 0918/crop_routes_prepare.py | Configuration | 30.5 KB | — |
| 0918/crop_routes_teacher.py | Configuration | 15.2 KB | — |
| 0918/enhanced_answers.py | Configuration | 12.3 KB | — |
| 0918/evaluation.py | Configuration | 20.4 KB | — |
| 0918/prepare_monet_crop_cache.py | Configuration | 10.4 KB | — |
| 0918/run_crop_user_backward_fix.py | Configuration | 12.3 KB | — |
| 0918/runner.py | Configuration | 31.2 KB | — |
| 0918/test_choice_text_rescore.py | Configuration | 11.6 KB | — |
| 0918/test_crop_backward_fix.py | Configuration | 11.7 KB | — |
| 0918/test_crop_routes.py | Configuration | 6.7 KB | — |
| 0918/test_crop_routes_compare.py | Configuration | 18.9 KB | — |
| 0918/test_crop_routes_migrate.py | Configuration | 12.5 KB | — |
| 0918/test_crop_routes_prepare.py | Configuration | 23.8 KB | — |
| 0918/test_crop_routes_teacher.py | Configuration | 6.1 KB | — |
| 0918/test_crop_routes_train.py | Configuration | 16.9 KB | — |
| 0918/test_crop_user_visible_entry.py | Configuration | 16.2 KB | — |
| 0918/test_enhanced_answers.py | Configuration | 10.1 KB | — |
| 0918/test_evaluation.py | Configuration | 8.1 KB | — |
| 0918/test_parser_integration.py | Configuration | 5.3 KB | — |
| 0918/test_unified_answer_parser.py | Configuration | 4.7 KB | — |
| 0918/train.monet.crop_routes_1024.yaml | Configuration | 1.4 KB | — |
| 0918/train_monet_crop_user_visible.py | Configuration | 14.8 KB | — |
| BVM-test/configs/deepspeed.zero3.json | Configuration | 692 B | — |
| BVM-test/configs/eval.yaml | Configuration | 1.7 KB | — |
| BVM-test/configs/paths.remote.yaml | Configuration | 883 B | — |
| BVM-test/configs/train.stage1.yaml | Configuration | 1.4 KB | — |
| BVM-test/configs/train.stage2.yaml | Configuration | 1.2 KB | — |
| BVM-test/src/bvm_test/__init__.py | Configuration | 416 B | — |
| BVM-test/src/bvm_test/collator.py | Configuration | 9.3 KB | — |
| BVM-test/src/bvm_test/config.py | Configuration | 7.0 KB | — |
| BVM-test/src/bvm_test/data.py | Configuration | 10.5 KB | — |
| BVM-test/src/bvm_test/evaluation.py | Configuration | 19.4 KB | — |
| BVM-test/src/bvm_test/identity.py | Configuration | 5.3 KB | — |
| BVM-test/src/bvm_test/preflight.py | Configuration | 5.6 KB | — |
| BVM-test/src/bvm_test/prepare_monet.py | Configuration | 1.2 KB | — |
| BVM-test/src/bvm_test/stage1_trainer.py | Configuration | 2.5 KB | — |
| BVM-test/src/bvm_test/train_stage1.py | Configuration | 11.9 KB | — |
| BVM-test/src/bvm_test/train_stage2.py | Configuration | 12.5 KB | — |
| BVM-test/tests/__init__.py | Configuration | 53 B | — |
| BVM-test/tests/_support.py | Configuration | 335 B | — |
| BVM-test/tests/test_collator.py | Configuration | 3.1 KB | — |
| BVM-test/tests/test_config.py | Configuration | 4.4 KB | — |
| BVM-test/tests/test_data.py | Configuration | 4.2 KB | — |
| BVM-test/tests/test_evaluation.py | Configuration | 5.5 KB | — |
| BVM-test/tests/test_identity.py | Configuration | 2.9 KB | — |
| BVM-test/tests/test_scripts.py | Configuration | 1.7 KB | — |
| BVM-test/tests/test_stage1.py | Configuration | 2.6 KB | — |
| BVM-test/tests/test_stage2.py | Configuration | 2.7 KB | — |
| BVM-test/tests/test_sync_manifest.py | Configuration | 877 B | — |
| answers.py | Configuration | 5.2 KB | — |
| choice_text_rescore.py | Configuration | 16.3 KB | — |
| comt_monet_mixed/build_mixed_split.py | Configuration | 13.5 KB | — |
| comt_monet_mixed/empty_gold_removed.json | Configuration | 6.2 KB | — |
| comt_monet_mixed/empty_gold_report.json | Configuration | 10.1 KB | — |
| comt_monet_mixed/split_meta.json | Configuration | 1.9 KB | — |
| comt_monet_mixed/test.json | Configuration | 1.3 MB | — |
| comt_monet_mixed/train.json | Configuration | 80.9 MB | 7dc89b739fc0 |
| config_stage3.json | Configuration | 695 B | — |
| diagnostic_generate.py | Configuration | 17.1 KB | — |
| diagnostics/diagnostics_summary.json | Configuration | 8.2 KB | — |
| eval.py | Configuration | 16.3 KB | — |
| eval_latent_diagnostics.py | Configuration | 20.6 KB | — |
| eval_stage2.py | Configuration | 9.7 KB | — |
| ilvr-comt-stage1/added_tokens.json | Configuration | 691 B | — |
| ilvr-comt-stage1/chat_template.json | Configuration | 1.0 KB | — |
| ilvr-comt-stage1/config.json | Configuration | 1.7 KB | — |
| ilvr-comt-stage1/generation_config.json | Configuration | 219 B | — |
| ilvr-comt-stage1/model.safetensors.index.json | Configuration | 57.6 KB | — |
| ilvr-comt-stage1/preprocessor_config.json | Configuration | 575 B | — |
| ilvr-comt-stage1/special_tokens_map.json | Configuration | 613 B | — |
| infer_blind_mask.py | Configuration | 6.2 KB | — |
| launch_main.py | Configuration | 2.2 KB | — |
| launch_main_stage1_decay.py | Configuration | 5.9 KB | — |
| launch_main_stage1_mixed.py | Configuration | 2.2 KB | — |
| launch_main_stage2.py | Configuration | 4.3 KB | — |
| launch_main_stage2_blind.py | Configuration | 8.2 KB | — |
| log/stage2_blind/diagnostics_summary.json | Configuration | 8.2 KB | — |
| log/stage2_blind_infer_blind/diagnostics_summary.json | Configuration | 8.2 KB | — |
| matrix.comt_checkpoints_benchmark_prompts.yaml | Configuration | 1.7 KB | — |
| matrix.monet_benchmark_prompts.yaml | Configuration | 1.9 KB | — |
| matrix.official_benchmark_prompts.yaml | Configuration | 1.7 KB | — |
| mlrm-test/configs/diagnostics.official.yaml | Configuration | 611 B | — |
| mlrm-test/configs/eval.hrbench.yaml | Configuration | 206 B | — |
| mlrm-test/configs/eval.mme_realworld_lite.yaml | Configuration | 93 B | — |
| mlrm-test/configs/eval.vstar.yaml | Configuration | 68 B | — |
| mlrm-test/configs/matrix.official.yaml | Configuration | 982 B | — |
| mlrm-test/configs/matrix.yaml | Configuration | 1.2 KB | — |
| mlrm-test/configs/paths.remote.yaml | Configuration | 595 B | — |
| mlrm-test/configs/train.comt.answer_teacher.yaml | Configuration | 966 B | — |
| mlrm-test/configs/train.monet.answer_teacher.yaml | Configuration | 967 B | — |
| mlrm-test/configs/train.monet.official.yaml | Configuration | 955 B | — |
| mlrm-test/src/mlrm_test/__init__.py | Configuration | 91 B | — |
| mlrm-test/src/mlrm_test/accelerate_config.py | Configuration | 1.7 KB | — |
| mlrm-test/src/mlrm_test/bootstrap.py | Configuration | 2.1 KB | — |
| mlrm-test/src/mlrm_test/cli.py | Configuration | 4.7 KB | — |
| mlrm-test/src/mlrm_test/config.py | Configuration | 2.4 KB | — |
| mlrm-test/src/mlrm_test/data/__init__.py | Configuration | 216 B | — |
| mlrm-test/src/mlrm_test/data/comt.py | Configuration | 4.6 KB | — |
| mlrm-test/src/mlrm_test/data/hrbench.py | Configuration | 2.3 KB | — |
| mlrm-test/src/mlrm_test/data/mme_realworld_lite.py | Configuration | 1.6 KB | — |
| mlrm-test/src/mlrm_test/data/monet.py | Configuration | 10.2 KB | — |
| mlrm-test/src/mlrm_test/data/schema.py | Configuration | 2.7 KB | — |
| mlrm-test/src/mlrm_test/data/vstar.py | Configuration | 2.2 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/__init__.py | Configuration | 64 B | — |
| mlrm-test/src/mlrm_test/diagnostics/checkpoint.py | Configuration | 2.5 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/patches.py | Configuration | 4.2 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/run.py | Configuration | 12.6 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/trace.py | Configuration | 1.5 KB | — |
| mlrm-test/src/mlrm_test/evaluation/__init__.py | Configuration | 65 B | — |
| mlrm-test/src/mlrm_test/evaluation/answers.py | Configuration | 1.1 KB | — |
| mlrm-test/src/mlrm_test/evaluation/matrix.py | Configuration | 8.7 KB | — |
| mlrm-test/src/mlrm_test/evaluation/metrics.py | Configuration | 3.3 KB | — |
| mlrm-test/src/mlrm_test/evaluation/runner.py | Configuration | 14.6 KB | — |
| mlrm-test/src/mlrm_test/inference/__init__.py | Configuration | 234 B | — |
| mlrm-test/src/mlrm_test/inference/calibrate.py | Configuration | 6.9 KB | — |
| mlrm-test/src/mlrm_test/inference/calibration.py | Configuration | 4.8 KB | — |
| mlrm-test/src/mlrm_test/inference/controller.py | Configuration | 5.8 KB | — |
| mlrm-test/src/mlrm_test/inference/entropy.py | Configuration | 577 B | — |
| mlrm-test/src/mlrm_test/inference/model_runner.py | Configuration | 7.4 KB | — |
| mlrm-test/src/mlrm_test/inference/processors.py | Configuration | 4.5 KB | — |
| mlrm-test/src/mlrm_test/manifest.py | Configuration | 2.7 KB | — |
| mlrm-test/src/mlrm_test/prepare_comt.py | Configuration | 1.1 KB | — |
| mlrm-test/src/mlrm_test/prepare_monet.py | Configuration | 1.2 KB | — |
| mlrm-test/src/mlrm_test/training/__init__.py | Configuration | 242 B | — |
| mlrm-test/src/mlrm_test/training/collator.py | Configuration | 7.9 KB | — |
| mlrm-test/src/mlrm_test/training/query.py | Configuration | 1.5 KB | — |
| mlrm-test/src/mlrm_test/training/selection.py | Configuration | 3.3 KB | — |
| mlrm-test/src/mlrm_test/training/train.py | Configuration | 15.0 KB | — |
| mlrm-test/src/mlrm_test/training/trainer.py | Configuration | 14.7 KB | — |
| mlrm-test/tests/__init__.py | Configuration | 1 B | — |
| mlrm-test/tests/test_benchmarks.py | Configuration | 3.8 KB | — |
| mlrm-test/tests/test_bootstrap_config.py | Configuration | 1.7 KB | — |
| mlrm-test/tests/test_calibration.py | Configuration | 4.7 KB | — |
| mlrm-test/tests/test_cli.py | Configuration | 4.9 KB | — |
| mlrm-test/tests/test_collator.py | Configuration | 1.7 KB | — |
| mlrm-test/tests/test_comt.py | Configuration | 2.8 KB | — |
| mlrm-test/tests/test_configs.py | Configuration | 7.5 KB | — |
| mlrm-test/tests/test_diagnostics.py | Configuration | 4.3 KB | — |
| mlrm-test/tests/test_diagnostics_entry.py | Configuration | 1.4 KB | — |
| mlrm-test/tests/test_entropy_controller.py | Configuration | 5.2 KB | — |
| mlrm-test/tests/test_evaluation_resume.py | Configuration | 10.6 KB | — |
| mlrm-test/tests/test_manifest.py | Configuration | 1.8 KB | — |
| mlrm-test/tests/test_metrics.py | Configuration | 2.3 KB | — |
| mlrm-test/tests/test_monet.py | Configuration | 5.4 KB | — |
| mlrm-test/tests/test_teacher_selection.py | Configuration | 2.2 KB | — |
| mlrm-test/tests/test_trainer_contract.py | Configuration | 6.4 KB | — |
| mlrm-test/tests/test_training_entry.py | Configuration | 2.8 KB | — |
| modeling_qwen2_5_vl.py | Configuration | 122.1 KB | — |
| offline.diagnostic.monet.roi_verify.yaml | Configuration | 668 B | — |
| runner.py | Configuration | 23.8 KB | — |
| stage2_processor_cap.py | Configuration | 1.6 KB | — |
| teacher_prompt.py | Configuration | 13.1 KB | — |
| test_choice_text_rescore.py | Configuration | 7.2 KB | — |
| test_configs.py | Configuration | 18.8 KB | — |
| test_evaluation_resume.py | Configuration | 18.2 KB | — |
| test_offline_distillation_teacher.py | Configuration | 42.0 KB | — |
| test_offline_monet_pipeline.py | Configuration | 9.6 KB | — |
| 0824/README.md | Documentation | 17.5 KB | — |
| 0824/REMOTE_SYNC.md | Documentation | 4.1 KB | — |
| 0827-1/README.md | Documentation | 39.9 KB | — |
| 0827-1/REMOTE_SYNC.md | Documentation | 20.3 KB | — |
| 0827/README.md | Documentation | 27.0 KB | — |
| 0827/REMOTE_SYNC.md | Documentation | 10.6 KB | — |
| 0829/README.md | Documentation | 41.5 KB | — |
| 0829/REMOTE_SYNC.md | Documentation | 24.1 KB | — |
| 0901/README.md | Documentation | 43.0 KB | — |
| 0901/REMOTE_SYNC.md | Documentation | 26.5 KB | — |
| 0903/README.md | Documentation | 48.8 KB | — |
| 0903/REMOTE_SYNC.md | Documentation | 33.1 KB | — |
| 0904/README.md | Documentation | 48.8 KB | — |
| 0904/REMOTE_SYNC.md | Documentation | 33.1 KB | — |
| 0907/README.md | Documentation | 49.9 KB | — |
| 0907/REMOTE_SYNC.md | Documentation | 33.9 KB | — |
| BVM-test/README.md | Documentation | 6.7 KB | — |
| BVM-test/REMOTE_SYNC.md | Documentation | 1.9 KB | — |
| BVM-test/docs/plans/2026-09-01-bvm-ilvr-reproduction-implementation.md | Documentation | 12.3 KB | — |
| BVM-test/docs/specs/2026-09-01-bvm-ilvr-reproduction-design.md | Documentation | 13.5 KB | — |
| README.md | Documentation | 32.4 KB | — |
| REMOTE_SYNC.md | Documentation | 13.8 KB | — |
| mlrm-test/README.md | Documentation | 10.1 KB | — |
| mlrm-test/REMOTE_SYNC.md | Documentation | 3.0 KB | — |
| mlrm-test/docs/superpowers/plans/2026-08-17-ilvr-monet-entropy-implementation.md | Documentation | 23.8 KB | — |
| mlrm-test/docs/superpowers/plans/2026-08-18-remote-paths-and-benchmark-extraction.md | Documentation | 5.4 KB | — |
| mlrm-test/docs/superpowers/specs/2026-08-17-ilvr-lead-monet-design.md | Documentation | 18.1 KB | — |
| 0807/TEST.jsonl | Other | 525.6 KB | — |
| 0807/TRAIN.jsonl | Other | 4.5 MB | — |
| 0807/comt-test/_two_pass_comt_common.sh | Other | 4.6 KB | — |
| 0807/comt-test/run_stage1_phase_a_two_pass_comt.sh | Other | 2.5 KB | — |
| 0807/comt-test/run_stage1_phase_b_two_pass_comt.sh | Other | 2.8 KB | — |
| 0807/comt-test/run_stage1_phase_b_two_pass_comt_no_format.sh | Other | 184 B | — |
| 0807/comt-test/run_stage1_phase_b_two_pass_comt_no_format_no_reasoning.sh | Other | 197 B | — |
| 0807/comt-test/run_stage1_phase_b_two_pass_comt_no_reasoning.sh | Other | 187 B | — |
| 0807/comt-test/run_stage1_phase_b_two_pass_comt_none.sh | Other | 179 B | — |
| 0807/comt-test/run_stage2_two_pass_comt.sh | Other | 2.3 KB | — |
| 0807/comt-test/run_stage2_two_pass_comt_no_format.sh | Other | 176 B | — |
| 0807/comt-test/run_stage2_two_pass_comt_no_format_no_reasoning.sh | Other | 189 B | — |
| 0807/comt-test/run_stage2_two_pass_comt_no_reasoning.sh | Other | 179 B | — |
| 0807/comt-test/run_stage2_two_pass_comt_none.sh | Other | 171 B | — |
| 0807/comt-test/run_training_two_pass_comt.sh | Other | 981 B | — |
| 0807/run_training.sh | Other | 1.2 KB | — |
| 0807/run_training_two_pass.sh | Other | 3.6 KB | — |
| 0812/run_eval_stage1_mixed.sh | Other | 13.3 KB | — |
| 0812/run_eval_stage1_two_pass_comt.sh | Other | 9.4 KB | — |
| 0812/run_eval_stage1_two_pass_latent_diagnostics.sh | Other | 15.2 KB | — |
| 0814/run_eval_stage1_two_pass_latent_diagnostics.sh | Other | 17.4 KB | — |
| 0814/run_eval_stage2_two_pass_comt.sh | Other | 12.2 KB | — |
| 0814/run_eval_stage2_two_pass_latent_diagnostics.sh | Other | 21.1 KB | — |
| 0814/stage2_two_pass_accuracy_results_20260814.tar.gz | Other | 134.6 KB | c5cde52e5eb3 |
| 0818/1 (2).txt | Other | 6.2 KB | — |
| 0818/1.txt | Other | 3.6 KB | — |
| 0818/common.sh | Other | 1.5 KB | — |
| 0818/eval_official_baseline.sh | Other | 213 B | — |
| 0818/eval_official_entropy.sh | Other | 213 B | — |
| 0818/eval_official_entropy_only.sh | Other | 218 B | — |
| 0818/evaluation_official.tar.gz | Other | 32.7 MB | 932765a314cc |
| 0818/official_diagnostics.tar.gz | Other | 56.9 MB | dc6b799d07db |
| 0820/comt_answer_teacher_diagnostics.tar.gz | Other | 57.0 MB | 5823da2567f9 |
| 0820/diagnose_comt_answer_teacher.sh | Other | 199 B | — |
| 0820/eval_comt_checkpoints.sh | Other | 221 B | — |
| 0820/evaluation_comt_checkpoints.tar.gz | Other | 27.1 MB | ca916be1f7c9 |
| 0824/1.txt | Other | 2.0 KB | — |
| 0824/common.sh | Other | 1.9 KB | — |
| 0824/pyproject.toml | Other | 713 B | — |
| 0824/recover_monet_stage1.sh | Other | 318 B | — |
| 0824/requirements.txt | Other | 195 B | — |
| 0824/setup_hrbench_judge_env.sh | Other | 2.3 KB | — |
| 0824/sync_manifest.txt | Other | 6.7 KB | — |
| 0824/train_comt_answer_teacher.sh | Other | 492 B | — |
| 0824/train_comt_stage2_entropy_ce.sh | Other | 867 B | — |
| 0824/train_comt_stage2_entropy_grpo.sh | Other | 1.0 KB | — |
| 0824/train_monet_answer_teacher.sh | Other | 495 B | — |
| 0824/train_monet_official.sh | Other | 469 B | — |
| 0824/train_monet_stage2_entropy_ce.sh | Other | 870 B | — |
| 0824/train_monet_stage2_entropy_grpo.sh | Other | 1.0 KB | — |
| 0825/setup_hrbench_judge_env.sh | Other | 2.4 KB | — |
| 0827-1/choice_text_rescore_20260827T110124Z.json.gz | Other | 209.1 KB | e306bf0991df |
| 0827-1/diagnose_offline_teacher_regions.sh | Other | 3.4 KB | — |
| 0827-1/eval_ilvr_official_source.sh | Other | 217 B | — |
| 0827-1/eval_official_benchmark_prompts.sh | Other | 386 B | — |
| 0827-1/lvr-vstar-results-20260828.tar.gz | Other | 14.4 KB | 018d06bc69be |
| 0827-1/lvr-vstar-results-20260828.tar.gz.sha256 | Other | 100 B | 63acbcba5e90 |
| 0827-1/preflight_lvr_vstar.sh | Other | 1.4 KB | — |
| 0827-1/preflight_univlr_eval.sh | Other | 1.9 KB | — |
| 0827-1/rescore_evaluation_36.sh | Other | 780 B | — |
| 0827-1/run_lvr_vstar.sh | Other | 1.9 KB | — |
| 0827-1/run_univlr_eval.sh | Other | 3.3 KB | — |
| 0827-1/setup_lvr_eval_overlay.sh | Other | 2.1 KB | — |
| 0827-1/setup_univlr_eval_overlay.sh | Other | 4.1 KB | — |
| 0827-1/stage_univlr_eval_data.sh | Other | 1.3 KB | — |
| 0827-1/sync_manifest.txt | Other | 9.5 KB | — |
| 0827-1/univlr_torchrun_shim.sh | Other | 290 B | — |
| 0827/generate_comt_offline_rois.sh | Other | 819 B | — |
| 0827/offline_distillation/__pycache__/__init__.cpython-310.pyc | Other | 2.9 KB | — |
| 0827/offline_distillation/__pycache__/cache.cpython-310.pyc | Other | 84.9 KB | — |
| 0827/offline_distillation/__pycache__/collator.cpython-310.pyc | Other | 27.6 KB | — |
| 0827/offline_distillation/__pycache__/config.cpython-310.pyc | Other | 12.3 KB | — |
| 0827/offline_distillation/__pycache__/generate_comt_rois.cpython-310.pyc | Other | 14.3 KB | — |
| 0827/offline_distillation/__pycache__/regions.cpython-310.pyc | Other | 33.9 KB | — |
| 0827/offline_distillation/__pycache__/schema.cpython-310.pyc | Other | 11.3 KB | — |
| 0827/offline_distillation/__pycache__/shards.cpython-310.pyc | Other | 51.9 KB | — |
| 0827/offline_distillation/__pycache__/teacher_prompt.cpython-310.pyc | Other | 11.2 KB | — |
| 0827/offline_distillation/__pycache__/teacher_runtime.cpython-310.pyc | Other | 8.3 KB | — |
| 0827/offline_distillation/__pycache__/train_comt.cpython-310.pyc | Other | 10.5 KB | — |
| 0827/offline_distillation/__pycache__/trainer.cpython-310.pyc | Other | 17.4 KB | — |
| 0827/offline_distillation/__pycache__/verifier.cpython-310.pyc | Other | 42.5 KB | — |
| 0827/offline_distillation/__pycache__/verify_comt_rois.cpython-310.pyc | Other | 124.6 KB | eb683feee188 |
| 0827/offline_distillation/evaluation_metrics_only_20260827T064303Z.tar.gz | Other | 74.1 KB | 44fa21827608 |
| 0827/preflight_offline_teacher.sh | Other | 1.1 KB | — |
| 0827/sync_manifest.txt | Other | 8.2 KB | — |
| 0827/train_comt_offline_random.sh | Other | 1.1 KB | — |
| 0827/train_comt_offline_roi.sh | Other | 1.1 KB | — |
| 0827/verify_comt_offline_rois.sh | Other | 345 B | — |
| 0829/diagnose_offline_teacher_regions.sh | Other | 3.4 KB | — |
| 0829/evaluation_ilvr_official_source_20260901.tar.gz | Other | 4.8 GB | 71528f06cb67 |
| 0829/generate_monet_offline_rois.sh | Other | 1.0 KB | — |
| 0829/generate_offline_rois.sh | Other | 168 B | — |
| 0829/offline_teacher_diagnostics_20260831.tar.gz | Other | 43.7 MB | aa6231fbfe93 |
| 0829/offline_teacher_diagnostics_20260831.tar.gz.sha256 | Other | 110 B | 6ccd138cc859 |
| 0829/sync_manifest.txt | Other | 10.1 KB | — |
| 0829/train_monet_offline_random.sh | Other | 1.0 KB | — |
| 0829/train_monet_offline_roi.sh | Other | 1.0 KB | — |
| 0829/train_offline_random.sh | Other | 167 B | — |
| 0829/train_offline_roi.sh | Other | 164 B | — |
| 0829/verify_monet_offline_rois.sh | Other | 334 B | — |
| 0829/verify_offline_rois.sh | Other | 166 B | — |
| 0901/diagnose_offline_teacher_regions.sh | Other | 3.5 KB | — |
| 0901/eval_base_vlms.sh | Other | 1.4 KB | — |
| 0901/evaluation_benchmark_prompts_scores_20260901T134445Z.tar.gz | Other | 37.6 KB | 433c1f659b1f |
| 0901/evaluation_ilvr_official_source_scores_v2_20260901.tar.gz | Other | 6.7 KB | 7943c5b501e8 |
| 0901/generate_comt_offline_rois.sh | Other | 905 B | — |
| 0901/generate_monet_offline_rois.sh | Other | 1.1 KB | — |
| 0901/offline_teacher_diagnostics_20260903.tar.gz | Other | 165.0 MB | ae6a2f5a9a95 |
| 0901/sync_manifest.txt | Other | 10.2 KB | — |
| 0901/verify_monet_offline_teacher_diagnostics.sh | Other | 1.4 KB | — |
| 0903/diagnose_monet_teacher_exact8.sh | Other | 349 B | — |
| 0903/diagnose_offline_teacher_regions.sh | Other | 3.7 KB | — |
| 0903/eval_base_vlms.sh | Other | 1.4 KB | — |
| 0903/eval_bvm_hybrid_checkpoint.sh | Other | 506 B | — |
| 0903/monet_exact8_20260904_113812.tar.gz | Other | 86.3 MB | 26588dc94838 |
| 0903/sync_manifest.txt | Other | 10.8 KB | — |
| 0903/verify_monet_offline_teacher_diagnostics.sh | Other | 1.7 KB | — |
| 0903/verify_monet_offline_teacher_exact8.sh | Other | 465 B | — |
| 0904/eval_vlmevalkit.sh | Other | 297 B | — |
| 0904/setup_vlmevalkit_deps.sh | Other | 1.6 KB | — |
| 0904/sync_manifest.txt | Other | 10.8 KB | — |
| 0907/base_vlms_3models_scores.tar.gz | Other | 23.6 KB | 6f82724eb119 |
| 0907/bvm_hybrid_stage2_scores.tar.gz | Other | 47.4 KB | 7271ca209ba1 |
| 0907/bvm_stage1_vlmevalkit_8gpu_20260909.tar.gz | Other | 1.3 MB | fc9f9ab4a57a |
| 0907/compare_monet_crops.sh | Other | 1.1 KB | — |
| 0907/comt_stage2_b1_and_base_vstar_scores_20260911T092607Z.tar.gz | Other | 14.3 MB | 19b70dbf7f86 |
| 0907/diagnose_monet_crop_caption.sh | Other | 1.3 KB | — |
| 0907/eval_base_vlms_vstar_generated.sh | Other | 248 B | — |
| 0907/eval_comt_official_stage2_b1.sh | Other | 522 B | — |
| 0907/monet_crop_comparison_student_context_20260909_034638.tar.gz | Other | 43.7 MB | 0fc98da161f5 |
| 0907/monet_crop_comparison_v4_20260908_125624.tar.gz | Other | 42.9 MB | 3c0404da771e |
| 0907/monet_crop_sft48_results_20260911_092549.tar.gz | Other | 254.7 MB | 59ab36be3fba |
| 0907/recover_monet_crop_sft48.sh | Other | 746 B | — |
| 0907/sync_manifest.txt | Other | 12.1 KB | — |
| 0907/train_monet_crop_sft24.sh | Other | 2.3 KB | — |
| 0907/train_monet_crop_sft48.sh | Other | 796 B | — |
| 0915/merge_monet_reviewed_398.sh | Other | 1.2 KB | — |
| 0915/monet_answer_review.js | Other | 30.1 KB | — |
| 0915/monet_reviewed_398.patches.jsonl | Other | 1.3 MB | — |
| 0915/resync_files.txt | Other | 3.6 KB | — |
| 0915/store3_resync_20260915.tar.gz | Other | 174.3 KB | fd708975165d |
| 0915/sync_manifest.txt | Other | 14.3 KB | — |
| 0915/test_monet_answer_review_state.cjs | Other | 20.9 KB | — |
| 0915/train_monet_crop_routes_1024.sh | Other | 1.6 KB | — |
| 0915/train_monet_crop_stage1_1024.sh | Other | 1.6 KB | — |
| 0918/2100425634.evad-mlp-机器学习平台任务日志-3312147811.json.gz | Other | 201.9 KB | 13041cee5e4a |
| 0918/monet_ilvr_benchmark_prompts_vstar_hr_natural.tar.gz | Other | 1.0 MB | 78854190a0b5 |
| 0918/monet_ilvr_ppl_mixed_run_mme_natural.tar.gz | Other | 4.6 MB | 6cf62c9fe713 |
| 0918/sync_manifest.txt | Other | 14.7 KB | — |
| 0918/train_monet_crop_routes_1024.sh | Other | 1.7 KB | — |
| 0918/train_monet_crop_user_visible.sh | Other | 1.2 KB | — |
| BVM-test/scripts/common.sh | Other | 2.2 KB | — |
| BVM-test/scripts/eval_stage1.sh | Other | 375 B | — |
| BVM-test/scripts/eval_stage2.sh | Other | 375 B | — |
| BVM-test/scripts/preflight.sh | Other | 163 B | — |
| BVM-test/scripts/prepare_monet.sh | Other | 252 B | — |
| BVM-test/scripts/train_stage1.sh | Other | 741 B | — |
| BVM-test/scripts/train_stage2.sh | Other | 970 B | — |
| BVM-test/src/bvm_test/__pycache__/__init__.cpython-310.pyc | Other | 504 B | — |
| BVM-test/src/bvm_test/__pycache__/collator.cpython-310.pyc | Other | 8.3 KB | — |
| BVM-test/src/bvm_test/__pycache__/config.cpython-310.pyc | Other | 6.8 KB | — |
| BVM-test/src/bvm_test/__pycache__/data.cpython-310.pyc | Other | 10.9 KB | — |
| BVM-test/src/bvm_test/__pycache__/evaluation.cpython-310.pyc | Other | 16.6 KB | — |
| BVM-test/src/bvm_test/__pycache__/identity.cpython-310.pyc | Other | 6.1 KB | — |
| BVM-test/src/bvm_test/__pycache__/preflight.cpython-310.pyc | Other | 4.9 KB | — |
| BVM-test/src/bvm_test/__pycache__/prepare_monet.cpython-310.pyc | Other | 1.5 KB | — |
| BVM-test/src/bvm_test/__pycache__/stage1_trainer.cpython-310.pyc | Other | 2.6 KB | — |
| BVM-test/src/bvm_test/__pycache__/train_stage1.cpython-310.pyc | Other | 10.0 KB | — |
| BVM-test/src/bvm_test/__pycache__/train_stage2.cpython-310.pyc | Other | 9.7 KB | — |
| BVM-test/sync_manifest.txt | Other | 972 B | — |
| BVM-test/tests/__pycache__/__init__.cpython-310.pyc | Other | 177 B | — |
| BVM-test/tests/__pycache__/_support.cpython-310.pyc | Other | 466 B | — |
| BVM-test/tests/__pycache__/test_collator.cpython-310.pyc | Other | 4.3 KB | — |
| BVM-test/tests/__pycache__/test_config.cpython-310.pyc | Other | 4.8 KB | — |
| BVM-test/tests/__pycache__/test_data.cpython-310.pyc | Other | 4.2 KB | — |
| BVM-test/tests/__pycache__/test_evaluation.cpython-310.pyc | Other | 6.1 KB | — |
| BVM-test/tests/__pycache__/test_identity.cpython-310.pyc | Other | 3.2 KB | — |
| BVM-test/tests/__pycache__/test_scripts.cpython-310.pyc | Other | 2.3 KB | — |
| BVM-test/tests/__pycache__/test_stage1.cpython-310.pyc | Other | 3.2 KB | — |
| BVM-test/tests/__pycache__/test_stage2.cpython-310.pyc | Other | 2.8 KB | — |
| BVM-test/tests/__pycache__/test_sync_manifest.cpython-310.pyc | Other | 1.7 KB | — |
| comt_monet_mixed/TEST.jsonl | Other | 1.3 MB | — |
| comt_monet_mixed/TRAIN.jsonl | Other | 80.9 MB | 7dc89b739fc0 |
| diagnostics.log | Other | 13.5 KB | — |
| diagnostics/diagnostics.log | Other | 13.5 KB | — |
| log/stage1_eval_outputs.tar.gz | Other | 7.8 MB | 4571cd188a2d |
| log/stage1_mixed_eval_outputs.tar.gz | Other | 924.4 KB | cf84a65f455d |
| log/stage2_blind/diagnostics.log | Other | 13.5 KB | — |
| log/stage2_blind_infer_blind/diagnostics.log | Other | 13.8 KB | — |
| log/two-pass/stage1/summary (1).tsv | Other | 1.4 KB | — |
| log/two-pass/stage1/summary.tsv | Other | 878 B | — |
| mlrm-test/pyproject.toml | Other | 684 B | — |
| mlrm-test/requirements.txt | Other | 171 B | — |
| mlrm-test/scripts/calibrate_entropy.sh | Other | 770 B | — |
| mlrm-test/scripts/common.sh | Other | 1.5 KB | — |
| mlrm-test/scripts/diagnose_official.sh | Other | 188 B | — |
| mlrm-test/scripts/eval_all.sh | Other | 168 B | — |
| mlrm-test/scripts/eval_official_baseline.sh | Other | 213 B | — |
| mlrm-test/scripts/eval_official_entropy.sh | Other | 213 B | — |
| mlrm-test/scripts/eval_official_entropy_only.sh | Other | 218 B | — |
| mlrm-test/scripts/eval_smoke.sh | Other | 214 B | — |
| mlrm-test/scripts/extract_benchmarks.sh | Other | 2.4 KB | — |
| mlrm-test/scripts/preflight.sh | Other | 173 B | — |
| mlrm-test/scripts/prepare_comt.sh | Other | 276 B | — |
| mlrm-test/scripts/prepare_monet.sh | Other | 286 B | — |
| mlrm-test/scripts/train_comt_answer_teacher.sh | Other | 277 B | — |
| mlrm-test/scripts/train_monet_answer_teacher.sh | Other | 278 B | — |
| mlrm-test/scripts/train_monet_official.sh | Other | 272 B | — |
| mlrm-test/src/mlrm_test/__pycache__/__init__.cpython-310.pyc | Other | 251 B | — |
| mlrm-test/src/mlrm_test/__pycache__/accelerate_config.cpython-310.pyc | Other | 1.8 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/bootstrap.cpython-310.pyc | Other | 2.1 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/cli.cpython-310.pyc | Other | 4.2 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/config.cpython-310.pyc | Other | 3.1 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/manifest.cpython-310.pyc | Other | 3.6 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/prepare_comt.cpython-310.pyc | Other | 1.3 KB | — |
| mlrm-test/src/mlrm_test/__pycache__/prepare_monet.cpython-310.pyc | Other | 1.4 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/__init__.cpython-310.pyc | Other | 356 B | — |
| mlrm-test/src/mlrm_test/data/__pycache__/comt.cpython-310.pyc | Other | 4.3 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/hrbench.cpython-310.pyc | Other | 2.5 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/mme_realworld_lite.cpython-310.pyc | Other | 1.8 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/monet.cpython-310.pyc | Other | 9.8 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/schema.cpython-310.pyc | Other | 3.9 KB | — |
| mlrm-test/src/mlrm_test/data/__pycache__/vstar.cpython-310.pyc | Other | 2.2 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/__pycache__/__init__.cpython-310.pyc | Other | 233 B | — |
| mlrm-test/src/mlrm_test/diagnostics/__pycache__/checkpoint.cpython-310.pyc | Other | 2.8 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/__pycache__/patches.cpython-310.pyc | Other | 5.0 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/__pycache__/run.cpython-310.pyc | Other | 11.2 KB | — |
| mlrm-test/src/mlrm_test/diagnostics/__pycache__/trace.cpython-310.pyc | Other | 1.7 KB | — |
| mlrm-test/src/mlrm_test/evaluation/__pycache__/__init__.cpython-310.pyc | Other | 233 B | — |
| mlrm-test/src/mlrm_test/evaluation/__pycache__/answers.cpython-310.pyc | Other | 1.4 KB | — |
| mlrm-test/src/mlrm_test/evaluation/__pycache__/matrix.cpython-310.pyc | Other | 7.0 KB | — |
| mlrm-test/src/mlrm_test/evaluation/__pycache__/metrics.cpython-310.pyc | Other | 3.2 KB | — |
| mlrm-test/src/mlrm_test/evaluation/__pycache__/runner.cpython-310.pyc | Other | 11.8 KB | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/__init__.cpython-310.pyc | Other | 387 B | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/calibrate.cpython-310.pyc | Other | 6.0 KB | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/calibration.cpython-310.pyc | Other | 4.6 KB | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/controller.cpython-310.pyc | Other | 4.3 KB | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/entropy.cpython-310.pyc | Other | 772 B | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/model_runner.cpython-310.pyc | Other | 7.2 KB | — |
| mlrm-test/src/mlrm_test/inference/__pycache__/processors.cpython-310.pyc | Other | 4.4 KB | — |
| mlrm-test/src/mlrm_test/training/__pycache__/__init__.cpython-310.pyc | Other | 402 B | — |
| mlrm-test/src/mlrm_test/training/__pycache__/collator.cpython-310.pyc | Other | 6.9 KB | — |
| mlrm-test/src/mlrm_test/training/__pycache__/query.cpython-310.pyc | Other | 1.7 KB | — |
| mlrm-test/src/mlrm_test/training/__pycache__/selection.cpython-310.pyc | Other | 3.4 KB | — |
| mlrm-test/src/mlrm_test/training/__pycache__/train.cpython-310.pyc | Other | 12.7 KB | — |
| mlrm-test/src/mlrm_test/training/__pycache__/trainer.cpython-310.pyc | Other | 12.4 KB | — |
| mlrm-test/sync_manifest.txt | Other | 2.7 KB | — |
| mlrm-test/tests/__pycache__/__init__.cpython-310.pyc | Other | 144 B | — |
| mlrm-test/tests/__pycache__/test_benchmarks.cpython-310.pyc | Other | 3.9 KB | — |
| mlrm-test/tests/__pycache__/test_bootstrap_config.cpython-310.pyc | Other | 2.5 KB | — |
| mlrm-test/tests/__pycache__/test_calibration.cpython-310.pyc | Other | 4.0 KB | — |
| mlrm-test/tests/__pycache__/test_cli.cpython-310.pyc | Other | 4.2 KB | — |
| mlrm-test/tests/__pycache__/test_collator.cpython-310.pyc | Other | 2.5 KB | — |
| mlrm-test/tests/__pycache__/test_comt.cpython-310.pyc | Other | 3.2 KB | — |
| mlrm-test/tests/__pycache__/test_configs.cpython-310.pyc | Other | 8.3 KB | — |
| mlrm-test/tests/__pycache__/test_diagnostics.cpython-310.pyc | Other | 6.5 KB | — |
| mlrm-test/tests/__pycache__/test_diagnostics_entry.cpython-310.pyc | Other | 2.1 KB | — |
| mlrm-test/tests/__pycache__/test_entropy_controller.cpython-310.pyc | Other | 6.2 KB | — |
| mlrm-test/tests/__pycache__/test_evaluation_resume.cpython-310.pyc | Other | 11.2 KB | — |
| mlrm-test/tests/__pycache__/test_manifest.cpython-310.pyc | Other | 2.2 KB | — |
| mlrm-test/tests/__pycache__/test_metrics.cpython-310.pyc | Other | 2.7 KB | — |
| mlrm-test/tests/__pycache__/test_monet.cpython-310.pyc | Other | 5.9 KB | — |
| mlrm-test/tests/__pycache__/test_teacher_selection.cpython-310.pyc | Other | 3.3 KB | — |
| mlrm-test/tests/__pycache__/test_trainer_contract.cpython-310.pyc | Other | 8.8 KB | — |
| mlrm-test/tests/__pycache__/test_training_entry.cpython-310.pyc | Other | 3.3 KB | — |
| rescore_evaluation_36.sh | Other | 780 B | — |
| run_eval_latent_diagnostics.sh | Other | 4.7 KB | — |
| run_eval_latent_diagnostics_infer_blind.sh | Other | 5.0 KB | — |
| run_eval_stage2.sh | Other | 5.3 KB | — |
| run_stage1.sh | Other | 2.6 KB | — |
| run_stage1_mixed.sh | Other | 6.4 KB | — |
| run_stage1_mixed_decay.sh | Other | 6.6 KB | — |
| run_stage2.sh | Other | 7.7 KB | — |
| run_stage2_blind.sh | Other | 4.3 KB | — |
| sync_manifest.txt | Other | 8.7 KB | — |
| verify_monet_offline_teacher_diagnostics.sh | Other | 538 B | — |
| .gitattributes | Repository | 1.8 KB | — |
| mlrm-test/.gitignore | Repository | 83 B | — |
| ilvr-comt-stage1/merges.txt | Tokenizer | 1.7 MB | — |
| ilvr-comt-stage1/tokenizer.json | Tokenizer | 11.4 MB | 55b76f98b2c2 |
| ilvr-comt-stage1/tokenizer_config.json | Tokenizer | 6.3 KB | — |
| ilvr-comt-stage1/vocab.json | Tokenizer | 2.8 MB | — |
License and Download
- License
- Not stated by the source
- Access
- Open weights, no gate
- Download size
- 16.6 GB
Released by Yqy through its official repository on Hugging Face.
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 16.6 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.