🔥 We’re thrilled to announce the release of
KAT-Dev-72B-Exp
, our latest and most powerful model yet!
🔥 You can now try our
strongest
proprietary coder model
KAT-Coder
directly on the
StreamLake
platform
for free
.
Highlights
KAT-Dev-72B-Exp
is an open-source 72B-parameter model for software engineering tasks.
On SWE-Bench Verified,
KAT-Dev-72B-Exp
achieves
74.6%
accuracy ⚡ —
when evaluated strictly with the SWE-agent scaffold
.
KAT-Dev-72B-Exp
is the experimental reinforcement-learning version of the KAT-Coder model. Through this open-source release, we aim to reveal the technical innovations behind KAT-Coder’s large-scale RL to developers and researchers.
Introduction
We rewrote the attention kernel and redesigned the training engine for shared prefix trajectories to achieve highly efficient RL training, especially for scaffolds leveraging context management.
Furthermore, to prevent exploration collapse observed in RL training, we reshaped advantage distribution based on pass rates: amplifying the advantage scale of highly exploratory groups while reducing that of low-exploration ones.
Quickstart
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "KAT-Dev-72B-Exp"# load the tokenizer and the model
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
model_name,
torch_dtype="auto",
device_map="auto"
)
# prepare the model input
prompt = "Give me a short introduction to large language model."
messages = [
{"role": "user", "content": prompt}
]
text = tokenizer.apply_chat_template(
messages,
tokenize=False,
add_generation_prompt=True,
)
model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
# conduct text completion
generated_ids = model.generate(
**model_inputs,
max_new_tokens=65536
)
output_ids = generated_ids[0][len(model_inputs.input_ids[0]):].tolist()
content = tokenizer.decode(output_ids, skip_special_tokens=True)
print("content:", content)
KAT-Dev-72B-Exp huggingface.co is an AI model on huggingface.co that provides KAT-Dev-72B-Exp's model effect (), which can be used instantly with this Kwaipilot KAT-Dev-72B-Exp model. huggingface.co supports a free trial of the KAT-Dev-72B-Exp model, and also provides paid use of the KAT-Dev-72B-Exp. Support call KAT-Dev-72B-Exp model through api, including Node.js, Python, http.
KAT-Dev-72B-Exp huggingface.co is an online trial and call api platform, which integrates KAT-Dev-72B-Exp's modeling effects, including api services, and provides a free online trial of KAT-Dev-72B-Exp, you can try KAT-Dev-72B-Exp online for free by clicking the link below.
Kwaipilot KAT-Dev-72B-Exp online free url in huggingface.co:
KAT-Dev-72B-Exp is an open source model from GitHub that offers a free installation service, and any user can find KAT-Dev-72B-Exp on GitHub to install. At the same time, huggingface.co provides the effect of KAT-Dev-72B-Exp install, users can directly use KAT-Dev-72B-Exp installed effect in huggingface.co for debugging and trial. It also supports api for free installation.