Views
No views yet
unsloth/Qwen3.5-9B base at commit
005429cee5cb648998cf2b70eebdd83175989c9a, the final adapter from
MikCil/IOL-AI-Qwen35-9B-IT-LoRA-full at commit
87ed34f643359862096c7c0a7a97a51710976a4c, and an audited offline runtime.script.py reads only /tmp/data/test.csv and uses Qwen's documented
two-generation thinking-budget method. It allows up to 2,048 thinking tokens;
if reasoning has not closed, it appends Qwen's early-stopping instruction and
the </think> marker, then allows up to 512 tokens for the answer. Only tokens
after </think> are parsed and written to submission.csv. The improved
compact-reasoning instruction is stored in system_prompt.txt; hidden
reasoning is never written to the submission.</think> as an end token so each row can finish reasoning
independently; batching preserves the per-problem budgets while keeping the T4
run inside the competition limit.--no-index --no-deps into an
isolated directory under /tmp before importing Transformers or PEFT. The
runtime does not download models, packages, or data.enable_thinking=True while rendering the local chat template</think> stoppingpython -m unittest discover -s tests -v1pip install modal
2modal setup
3modal secret create huggingface HF_TOKEN=hf_...
4modal run submission_qwen35_budgeted_v3/modal_smoke_test.pyiol-ai-submission-cache Volume retains the four base-model shards. After
the first run, a new model-repository revision downloads only changed blobs and
reuses the cached 19 GB base.LICENSE is included at repository root; wheel distributions retain their own
embedded metadata and license files. The adapter was trained on the private
MikCil/IOL-AI-SFT research dataset. No training examples or reference answers
are included in this submission repository.