Views
No views yet
deepseek-ai/DeepSeek-R1-Distill-Qwen-7B. It retrieves only from the public,
string-only extraction of Vlad A. Neacșu's Linguistics Olympiad: Training
guide. Private curated training data are not present or required at runtime.Qwen2ForCausalLM, so it is compatible with the challenge's
Transformers 4.44.1 and AutoAWQ 0.2.7 runtime. The included weights are from
casperhansen/deepseek-r1-distill-qwen-7b-awq, revision
305e6f12907dc78ae61a1f0bb7a19faa2b25e8a3, which is an AWQ conversion of the
official DeepSeek model.python script.py/tmp/data/test.csv and writes submission.csv. Its columns
are id,pred,explanation; pred is a JSON-encoded list of answer strings.
Explanation generation is disabled by default, leaving that optional column
blank. It can be restored with:python script.py --explanations on1python script.py --input path/to/test.csv --output submission.csv
2python script.py --self-test<think> to engage the distilled reasoning behavior.
Reasoning stops when </think> appears or at its configured cap. The runtime
then starts a separate FINAL ANSWERS: stage, guaranteeing that reasoning
cannot consume the answer budget. Only that answer block is serialized into
pred.temperature=0.6top_p=0.95max_reasoning_tokens=4096max_answer_tokens=1024answer_retry_tokens=512lm_head
hook to avoid materializing full-prompt FP32 vocabulary logits on the T4.context + query; answers and private curated datasets are never
indexed.rag_resources/config.json. Environment overrides are available
for IOL_TOP_METHODS, IOL_TOP_EXAMPLES, IOL_CHAR_TFIDF_WEIGHT,
IOL_RAG_MAX_CHARS, IOL_MAX_REASONING_TOKENS,
IOL_MAX_ANSWER_TOKENS, IOL_ANSWER_RETRY_TOKENS,
IOL_EXPLANATION_MAX_NEW_TOKENS,
IOL_ENABLE_EXPLANATIONS, and IOL_SEED.rag_resources/ATTRIBUTION.md.