GenomaLabs-com/KALYPSO-v1.1L 路 Hugging Face
Log In<br>Sign Up
","pad_token":"","unk_token":null},"chat_template_jinja":"{%- if tools %}\n {{- 'system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within XML tags:\\n\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n\\n\\nFor each function call, return a json object with function name and arguments within XML tags:\\n\\n{\\\"name\\\": , \\\"arguments\\\": }\\n\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- 'system\\n' + messages[0]['content'] + '\\n' }}\n {%- else %}\n {{- 'system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '' + message.role + '\\n' + message.content + '' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n' }}\n {%- endfor %}\n {{- '\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- 'user' }}\n {%- endif %}\n {{- '\\n\\n' }}\n {{- message.content }}\n {{- '\\n' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- 'assistant\\n' }}\n{%- endif %}\n"},"createdAt":"2026-06-16T19:45:03.000Z","discussionsDisabled":false,"discussionsSorting":"recently-created","downloads":0,"downloadsAllTime":0,"id":"GenomaLabs-com/KALYPSO-v1.1L","isLikedByUser":false,"availableInferenceProviders":[],"showHuggingChatEntry":false,"inference":"","lastModified":"2026-06-16T20:04:00.000Z","likes":0,"pipeline_tag":"text-generation","librariesOther":[],"trackDownloads":false,"model-index":null,"private":false,"repoType":"model","gated":false,"tags":["safetensors","code","agentic","kalypso","kraken","built-with-qwen","text-generation","conversational","en","dataset:GenomaLabs-com/Kraken","arxiv:2409.12186","base_model:Qwen/Qwen2.5-Coder-14B-Instruct","base_model:finetune:Qwen/Qwen2.5-Coder-14B-Instruct","license:apache-2.0","region:us"],"tag_objs":[{"id":"text-generation","label":"Text Generation","type":"pipeline_tag","subType":"nlp"},{"id":"safetensors","label":"Safetensors","type":"library"},{"id":"dataset:GenomaLabs-com/Kraken","label":"GenomaLabs-com/Kraken","type":"dataset","extra":{"disabled":false}},{"id":"code","label":"code","type":"language"},{"id":"en","label":"English","type":"language"},{"id":"agentic","label":"agentic","type":"other","clickable":true},{"id":"kalypso","label":"kalypso","type":"other","clickable":true},{"id":"kraken","label":"kraken","type":"other","clickable":true},{"id":"built-with-qwen","label":"built-with-qwen","type":"other","clickable":true},{"id":"conversational","label":"conversational","type":"other","clickable":true},{"id":"base_model:Qwen/Qwen2.5-Coder-14B-Instruct","label":"base_model:Qwen/Qwen2.5-Coder-14B-Instruct","type":"other","clickable":true},{"id":"base_model:finetune:Qwen/Qwen2.5-Coder-14B-Instruct","label":"base_model:finetune:Qwen/Qwen2.5-Coder-14B-Instruct","type":"other","clickable":true},{"id":"arxiv:2409.12186","label":"arxiv:2409.12186","type":"arxiv","extra":{"paperTitle":"Qwen2.5-Coder Technical Report"}},{"id":"license:apache-2.0","label":"apache-2.0","type":"license"},{"type":"region","label":"馃嚭馃嚫 Region: US","id":"region:us"}],"hasBlockedOids":false,"region":"us","isQuantized":false},"discussionsStats":{"closed":0,"open":0,"total":0},"query":{},"inferenceContextData":{"billableEntities":[],"entityName2Providers":{}},"hasQuantizations":false,"copyToBucketNamespaces":[]}">
KALYPSO v1.1L
KALYPSO v1.1L is GENOMA Labs' public agentic-coding model: Qwen2.5-Coder-14B-Instruct fine-tuned on the Kraken-Public corpus (CC-BY-4.0, decontaminated). It is the open counterpart of the internal KALYPSO line.
Model Details
Developed by: GENOMA Labs
Base model: Qwen/Qwen2.5-Coder-14B-Instruct (Apache-2.0)
Fine-tune: LoRA r=64, 伪=128, seq 8192, 1 epoch, on kraken_public_v1_decontam.jsonl (18,049 records)
License: Apache-2.0 (+ required attributions below)
Language(s): code (Python/C++/SQL) + English
Sources
Training data: Kraken-Public (this...