Mungert commited on
Commit
d9a0faa
·
verified ·
0 Parent(s):

Super-squash history to reclaim storage

Browse files
.gitattributes ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ bf16/NextCoder-32B-bf16-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
37
+ bf16/NextCoder-32B-bf16-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
38
+ NextCoder-32B-f16_q6_k.gguf filter=lfs diff=lfs merge=lfs -text
39
+ NextCoder-32B-imatrix.gguf filter=lfs diff=lfs merge=lfs -text
40
+ NextCoder-32B-bf16_q8_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ NextCoder-32B-f16_q8_0.gguf filter=lfs diff=lfs merge=lfs -text
42
+ f16/NextCoder-32B-f16-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
43
+ f16/NextCoder-32B-f16-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
NextCoder-32B-bf16_q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d12f871a4604af829f774a72af3e660e8f9a7278dd13896b9a87a8606ccef4
3
+ size 46661602848
NextCoder-32B-f16_q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a907b886f0ce12db02827d7fa5366745a572728d2eb4492ac862555cb3d4598
3
+ size 46661602848
NextCoder-32B-imatrix.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae1367a6e255e9a21521c2d4061216dcc41f0216a7fec03031e7bf7cc4fee4c
3
+ size 15011136
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen2.5-Coder-32B-Instruct
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - code
11
+ - chat
12
+ - microsoft
13
+ - nextcoder
14
+ - selekt
15
+ datasets:
16
+ - microsoft/NextCoderDataset
17
+ - microsoft/NextCoderDataset-Conversational
18
+ - bigcode/commitpackft
19
+ - bigcode/starcoderdata
20
+ ---
21
+
22
+
23
+ # NextCoder-32B
24
+ <p align="center">
25
+ <a href="https://github.com/microsoft/NextCoder">GitHub</a>&nbsp&nbsp | &nbsp&nbsp <a href="https://www.microsoft.com/en-us/research/publication/nextcoder-robust-adaptation-of-code-lms-to-diverse-code-edits/">Paper</a>
26
+ </p>
27
+
28
+ > NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits (ICML'2025)
29
+
30
+ ## Introduction
31
+
32
+ NextCoder is the latest series of Code-Editing large language models developed using the Qwen2.5-Coder Instruct variants as base and trained with novel Selective Knowledge Transfer finetuning methodology as introduced in the paper. NextCoder family model comes in 3 different sizes 7, 14, 32 billion parameters, to meet the needs of different developers.
33
+ Following are the key improvements:
34
+ - Significantly improvements in **code editing**, NextCoder-32B has performing on par with GPT-4o on complex benchmarks like Aider-Polyglot with performance increment of 44% from their base model.
35
+ - No loss of generalizibility, due to our new finetuning method **SeleKT**
36
+ - **Long-context Support** up to 32K tokens.
37
+
38
+ **This repo contains the NextCoder-32B model**, which has the following features:
39
+ - Type: Causal Language Models
40
+ - Training Stage: Post-training with SeleKT
41
+ - Architecture: transformers with RoPE, SwiGLU, RMSNorm, and Attention QKV bias
42
+ - Number of Parameters: 32.5B
43
+ - Number of Paramaters (Non-Embedding): 31.0B
44
+ - Number of Layers: 64
45
+ - Number of Attention Heads (GQA): 40 for Q and 8 for KV
46
+
47
+ For more details, please refer to our [blog](), [GitHub](https://github.com/microsoft/NextCoder), [Paper](https://www.microsoft.com/en-us/research/publication/nextcoder-robust-adaptation-of-code-lms-to-diverse-code-edits/).
48
+
49
+ ## Requirements
50
+
51
+ The code of NextCoder is based on Qwen2.5 base models which has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
52
+
53
+ With `transformers<4.37.0`, you will encounter the following error:
54
+ ```
55
+ KeyError: 'qwen2'
56
+ ```
57
+
58
+ ## Quickstart
59
+
60
+ Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
61
+
62
+ ```python
63
+ from transformers import AutoModelForCausalLM, AutoTokenizer
64
+
65
+ model_name = "microsoft/NextCoder-32B"
66
+
67
+ model = AutoModelForCausalLM.from_pretrained(
68
+ model_name,
69
+ torch_dtype="auto",
70
+ device_map="auto",
71
+ )
72
+ tokenizer = AutoTokenizer.from_pretrained(model_name)
73
+
74
+ prompt = """
75
+ Fix the following function that divides two numbers to handle all the edge cases:
76
+
77
+ def divide(a, b)
78
+ returm a/b
79
+ """
80
+ messages = [
81
+ {"role": "user", "content": prompt}
82
+ ]
83
+ text = tokenizer.apply_chat_template(
84
+ messages,
85
+ tokenize=False,
86
+ add_generation_prompt=True
87
+ )
88
+ model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
89
+
90
+ generated_ids = model.generate(
91
+ **model_inputs,
92
+ max_new_tokens=1024
93
+ )
94
+ generated_ids = [
95
+ output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
96
+ ]
97
+
98
+ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
99
+ ```
100
+ ## Evaluation and Performance
101
+
102
+ | Models | HUMANEVALFIX | CANITEDIT | AIDER | POLYGLOT |
103
+ |--------|---------------|-----------|-------|----------|
104
+ | QwenCoder-2.5-3B | 73.2 | 37.1 | 36.8 | - |
105
+ | QwenCoder-2.5-3B-LoRA | 64.6 | 36.2 | 35.8 | - |
106
+ | QwenCoder-2.5-3B-SFT | 76.2 | 32.4 | 30.1 | - |
107
+ | **NextCoder-3B** | 75.6 | 42.4 | 37.6 | - |
108
+ | QwenCoder-2.5-7B | 73.8 | 48.1 | 59.4 | - |
109
+ | QwenCoder-2.5-7B-LoRA | 70.7 | 44.3 | 40.6 | - |
110
+ | QwenCoder-2.5-7B-SFT | 70.1 | 36.7 | 48.9 | - |
111
+ | **NextCoder-7B** | 81.1 | 50.5 | 65.7 | - |
112
+ | QwenCoder-2.5-14B | 87.8 | 58.1 | 66.9 | 9.3 |
113
+ | QwenCoder-2.5-14B-LoRA | 78.0 | 50.9 | 66.2 | 5.3 |
114
+ | QwenCoder-2.5-14B-SFT | 79.9 | 42.4 | 36.8 | 3.1 |
115
+ | **NextCoder-14B** | 89.8 | 60.2 | 72.2 | 12.2 |
116
+ | QwenCoder-2.5-32B | **90.2** | 61.0 | 72.9 | 16.4 |
117
+ | QwenCoder-2.5-32B-LoRA | 82.3 | 52.4 | 60.2 | 6.7 |
118
+ | QwenCoder-2.5-32B-SFT | 81.7 | 49.5 | 66.9 | 8.4 |
119
+ | **NextCoder-32B** | 88.9 | **62.4** | **74.7** | **23.6** |
120
+
121
+ *Comparison of base QwenCoder-2.5 models of different sizes and their SELEKT-enhanced versions across three code editing benchmarks.*
122
+
123
+ **Detailed evaluation results are reported in this [📑 paper](https://www.microsoft.com/en-us/research/publication/nextcoder-robust-adaptation-of-code-lms-to-diverse-code-edits/).**
124
+
125
+ ## Responsible AI Use
126
+ The base models (from the QwenCoder-2.5 family) are suspectible to malicious prompts and may generate or execute harmful code. Our finetuning does not enhance or impede such behaviors. The users should use the models and their outputs responsibly and with caution. Model outputs should be subjected to additional analysis, including manual inspection, and sandboxing before execution.
127
+
128
+ ## Citation
129
+
130
+ ```bibtex
131
+ @inproceedings{aggarwal2025nextcoder,
132
+ author = {Aggarwal, Tushar and Singh, Swayam and Awasthi, Abhijeet and Kanade, Aditya and Natarajan, Nagarajan},
133
+ title = {NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits},
134
+ booktitle = {International Conference on Machine Learning},
135
+ year = {2025},
136
+ url = {https://www.microsoft.com/en-us/research/publication/nextcoder-robust-adaptation-of-code-lms-to-diverse-code-edits/},
137
+ }
138
+ ```
bf16/NextCoder-32B-bf16-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91dfc8ec572a1b440aefde417224000dd27baa60c7702c04f5717d1a1d4056c9
3
+ size 45902462976
bf16/NextCoder-32B-bf16-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7686886017b151e46578b01d1302c1855b7210465f7efeb6027c9c64f1142ea1
3
+ size 19633507872
f16/NextCoder-32B-f16-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bdde05e1235d31bb37082f7b79400b7997f3aee0cb154e114bc87f878b4abc8
3
+ size 45902462976
f16/NextCoder-32B-f16-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:405086638e6714d5db05c098eee681ee417db2046291f8bf49556541770b0b74
3
+ size 19633507872