nielsr HF Staff commited on
Commit
6bb7af7
·
verified ·
1 Parent(s): 62012dd

Add pipeline tag, paper link, and project page metadata

Browse files

This PR enhances the `Kwaipilot/KAT-Dev` model card by:
- Adding the `pipeline_tag: text-generation` to the metadata for better discoverability of this large language model.
- Adding the `project_page: https://kwaipilot.github.io/KAT-Coder/` to the metadata, linking to the existing project blog for comprehensive details.
- Including a direct link to the associated paper, [KAT-Coder Technical Report](https://huggingface.co/papers/2510.18779), at the beginning of the model card content for clear attribution.

These updates aim to provide users with more complete and easily accessible information about the model.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,11 +1,16 @@
1
  ---
2
  language:
3
  - multilingual
 
4
  license: apache-2.0
5
  license_name: kwaipilot-license
6
  license_link: LICENSE
7
- library_name: transformers
 
8
  ---
 
 
 
9
  <div align="center">
10
  <img src="https://cdn-uploads.huggingface.co/production/uploads/61ee40a269351366e29972ad/KIYEa1c_WJEWPpeS0L_k1.png" width="100%" alt="Kwaipilot" />
11
  </div>
 
1
  ---
2
  language:
3
  - multilingual
4
+ library_name: transformers
5
  license: apache-2.0
6
  license_name: kwaipilot-license
7
  license_link: LICENSE
8
+ pipeline_tag: text-generation
9
+ project_page: https://kwaipilot.github.io/KAT-Coder/
10
  ---
11
+
12
+ This repository contains the **KAT-Dev-32B** model, as presented in the paper [KAT-Coder Technical Report](https://huggingface.co/papers/2510.18779).
13
+
14
  <div align="center">
15
  <img src="https://cdn-uploads.huggingface.co/production/uploads/61ee40a269351366e29972ad/KIYEa1c_WJEWPpeS0L_k1.png" width="100%" alt="Kwaipilot" />
16
  </div>