rootacess adityakanade commited on
Commit
e224a07
·
verified ·
1 Parent(s): ac873e5

Updated readme (#2)

Browse files

- Updated readme (b6c260f43a57895b3eed594b48da57b0303c0945)


Co-authored-by: AK <[email protected]>

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -15,12 +15,13 @@ tags:
15
  datasets:
16
  - microsoft/NextCoderDataset
17
  - microsoft/NextCoderDataset-Conversational
 
18
  ---
19
 
20
 
21
  # NextCoder-7B
22
  <p align="center">
23
- <a href="https://github.com/microsoft/NextCoder">GitHub</a>&nbsp&nbsp | &nbsp&nbsp <a href="https://arxiv.org/abs/2503.03656">Arxiv</a>
24
  </p>
25
 
26
  > NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits (ICML'2025)
@@ -42,7 +43,7 @@ Following are the key improvements:
42
  - Number of Layers: 28
43
  - Number of Attention Heads (GQA): 28 for Q and 4 for KV
44
 
45
- For more details, please refer to our [blog](), [GitHub](https://github.com/microsoft/NextCoder), [Arxiv](https://arxiv.org/abs/2503.03656).
46
 
47
  ## Requirements
48
 
@@ -120,6 +121,9 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
120
 
121
  **Detailed evaluation results are reported in this [📑 paper](https://arxiv.org/abs/2503.03656).**
122
 
 
 
 
123
  ## Citation
124
 
125
  ```bibtex
 
15
  datasets:
16
  - microsoft/NextCoderDataset
17
  - microsoft/NextCoderDataset-Conversational
18
+ - bigcode/commitpackft
19
  ---
20
 
21
 
22
  # NextCoder-7B
23
  <p align="center">
24
+ <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>
25
  </p>
26
 
27
  > NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits (ICML'2025)
 
43
  - Number of Layers: 28
44
  - Number of Attention Heads (GQA): 28 for Q and 4 for KV
45
 
46
+ 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/).
47
 
48
  ## Requirements
49
 
 
121
 
122
  **Detailed evaluation results are reported in this [📑 paper](https://arxiv.org/abs/2503.03656).**
123
 
124
+ ## Responsible AI Use
125
+ 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.
126
+
127
  ## Citation
128
 
129
  ```bibtex