Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ datasets:
|
|
| 22 |
<a href="https://github.com/microsoft/NextCoder">GitHub</a>   |    <a href="https://arxiv.org/abs/2503.03656">Arxiv</a>
|
| 23 |
</p>
|
| 24 |
|
| 25 |
-
>
|
| 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
|
| 98 |
|
| 99 |
| Models | HUMANEVALEDIT | CANITEDIT | AIDER | POLYGLOT |
|
| 100 |
|--------|---------------|-----------|-------|----------|
|
|
|
|
| 22 |
<a href="https://github.com/microsoft/NextCoder">GitHub</a>   |    <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 |
|--------|---------------|-----------|-------|----------|
|