rootacess commited on
Commit
2094836
·
verified ·
1 Parent(s): cd4e0ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,7 +22,7 @@ datasets:
22
  <a href="https://github.com/microsoft/NextCoder">GitHub</a>&nbsp&nbsp | &nbsp&nbsp <a href="https://arxiv.org/abs/2503.03656">Arxiv</a>
23
  </p>
24
 
25
- > Published in ICML'2025
26
 
27
  ## Introduction
28
 
@@ -94,7 +94,7 @@ generated_ids = [
94
 
95
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
96
  ```
97
- ## Evaluation and Performanc
98
 
99
  | Models | HUMANEVALEDIT | CANITEDIT | AIDER | POLYGLOT |
100
  |--------|---------------|-----------|-------|----------|
 
22
  <a href="https://github.com/microsoft/NextCoder">GitHub</a>&nbsp&nbsp | &nbsp&nbsp <a href="https://arxiv.org/abs/2503.03656">Arxiv</a>
23
  </p>
24
 
25
+ > NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits (ICML'2025)
26
 
27
  ## Introduction
28
 
 
94
 
95
  response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
96
  ```
97
+ ## Evaluation and Performance
98
 
99
  | Models | HUMANEVALEDIT | CANITEDIT | AIDER | POLYGLOT |
100
  |--------|---------------|-----------|-------|----------|