Kwaipilot / KAT-Dev-72B-Exp

huggingface.co
Total runs: 31
24-hour runs: 0
7-day runs: -1
30-day runs: 9
Model's Last Updated: October 13 2025
text-generation

Introduction of KAT-Dev-72B-Exp

Model Details of KAT-Dev-72B-Exp

Kwaipilot

News

🔥 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.

Kim 2025-10-10 165138

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)

SWE agent Evaluation Parameters

temperature: 0.6
max_turns: 150
history_processors.n: 100

For full settings please refer to inference.yaml

Runs of Kwaipilot KAT-Dev-72B-Exp on huggingface.co

31
Total runs
0
24-hour runs
0
3-day runs
-1
7-day runs
9
30-day runs

More Information About KAT-Dev-72B-Exp huggingface.co Model

More KAT-Dev-72B-Exp license Visit here:

https://choosealicense.com/licenses/apache-2.0

KAT-Dev-72B-Exp huggingface.co

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 Url

https://huggingface.co/Kwaipilot/KAT-Dev-72B-Exp

Kwaipilot KAT-Dev-72B-Exp online free

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:

https://huggingface.co/Kwaipilot/KAT-Dev-72B-Exp

KAT-Dev-72B-Exp install

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.

KAT-Dev-72B-Exp install url in huggingface.co:

https://huggingface.co/Kwaipilot/KAT-Dev-72B-Exp

Url of KAT-Dev-72B-Exp

KAT-Dev-72B-Exp huggingface.co Url

Provider of KAT-Dev-72B-Exp huggingface.co

Kwaipilot
ORGANIZATIONS

Other API from Kwaipilot

huggingface.co

Total runs: 3.8K
Run Growth: 3.6K
Growth Rate: 95.65%
Updated:October 14 2025
huggingface.co

Total runs: 98
Run Growth: -21
Growth Rate: -18.92%
Updated:August 23 2025
huggingface.co

Total runs: 91
Run Growth: 81
Growth Rate: 89.01%
Updated:November 04 2025
huggingface.co

Total runs: 14
Run Growth: 10
Growth Rate: 62.50%
Updated:November 04 2025