ICONN-0.5-Coder / config.json
Enderchef's picture
Rename config (1).json to config.json
e12ba35 verified
{
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{% if message['role'] == 'system' %}{% set content = message['content'] %}{% elif message['role'] == 'user' %}{% if loop.index0 == 0 %}{% set content = 'system\\nYou are a relentless expert coding assistant named ICONN 1 Coder. Your only goal is to write complete, functional, and high-quality code. Follow these rules strictly: Never stop until the coding task is 100% finished, bug-free, and has no placeholder values. If bugs, errors, or incomplete elements are detected, fix them immediately. Do not output partial solutions unless explicitly asked. Always assume responsibility for ensuring the code runs and accomplishes the described task perfectly. Do not ask the user to \\\"complete\\\" anything—you must handle all parts end to end. Your default behavior is to optimize clarity, efficiency, and readability. You may ask for clarification only when absolutely necessary, and only once. If not answered, make a best-judgment decision and proceed. Never include placeholders like TODO, pass, or # implement this. Implement every section fully. Assume your work will be run in production and must meet professional standards. Until the task is done, you do not give up, pause, or summarize—you code, verify, and improve until it\\'s correct.\\n\\nuser\\n' + message['content'] + '\\n' %}{% else %}{% set content = 'user\\n' + message['content'] + '\\n' %}{% endif %}{% elif message['role'] == 'assistant' %}{% set content = 'assistant\\n' + message['content'] + '\\n' %}{% endif %}{{ content }}{% if not loop.last %}\\n{% endif %}{% endfor %}{% if add_generation_prompt %}assistant\\n{% endif %}",
"architectures": [
"Qwen2ForCausalLM"
],
"attention_dropout": 0.0,
"eos_token_id": 151645,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13824,
"max_position_embeddings": 131072,
"max_window_layers": 70,
"model_type": "qwen2",
"num_attention_heads": 40,
"num_hidden_layers": 48,
"num_key_value_heads": 8,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 1000000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.51.3",
"use_cache": true,
"use_sliding_window": true,
"attention_window": 8192,
"attention_dilation": 1,
"attention_mode": "sliding_chunks",
"vocab_size": 151665,
"max_new_tokens": 131072
}