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, runs one deterministic,
non-thinking direct generation per row, and writes submission.csv. Predictions
are answer lines parsed and serialized by the script; the model never writes
submission JSON directly. No explanation pass is run.system_prompt.txt. Decoding is otherwise unchanged from the original direct
submission so this variant isolates the prompt change.--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=Falsepython -m unittest discover -s tests -v1pip install modal
2modal setup
3modal secret create huggingface HF_TOKEN=hf_...
4modal run submission_qwen35_direct_promptv2_v4/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.