Zhangchen Xu commited on
Commit
d8f8550
Β·
verified Β·
1 Parent(s): 4b911d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,10 +1,19 @@
1
  ---
2
  title: README
3
- emoji: πŸŒ–
4
  colorFrom: green
5
  colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🐱
4
  colorFrom: green
5
  colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # 🐱 KodCode: A Diverse, Challenging, and Verifiable Synthetic Dataset for Coding
11
+
12
+ KodCode is the largest fully-synthetic open-source dataset providing verifiable solutions and tests for coding tasks. It contains 12 distinct subsets spanning various domains (from algorithmic to package-specific knowledge) and difficulty levels (from basic coding exercises to interview and competitive programming challenges). KodCode is designed for both supervised fine-tuning (SFT) and RL tuning.
13
+
14
+
15
+ <div align="center">
16
+
17
+ πŸ•ΈοΈ [Project Website](https://kodcode-ai.github.io/) | πŸ“„ [Technical Report](https://arxiv.org/abs/2503.02951) | πŸ’Ύ [Github Repo](https://github.com/KodCode-AI/kodcode) | πŸ€— [KodCode-V1 (For RL)](https://huggingface.co/datasets/KodCode/KodCode-V1) | πŸ€— [KodCode-V1-SFT-R1 (for SFT)](https://huggingface.co/datasets/KodCode/KodCode-V1-SFT-R1)
18
+
19
+ </div>