cassanof commited on
Commit
63645c1
1 Parent(s): 28bc71e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -35,7 +35,20 @@ EditCoder-6.7b (version 1) is a fine-tuned version of [DeepSeek Coder](deepseek-
35
  We utilize [EditPackFT](https://huggingface.co/datasets/nuprl/EditPackFT) as our fine-tuning dataset, and we show state-of-the-art performance among non-distilled open source models
36
  for code editing, using the [CanItEdit](https://huggingface.co/datasets/nuprl/CanItEdit) benchmark.
37
 
38
- More information can be found on [our paper](https://federico.codes/assets/papers/canitedit.pdf).
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  # Prompt
41
  The model has been trained on the following prompt format:
 
35
  We utilize [EditPackFT](https://huggingface.co/datasets/nuprl/EditPackFT) as our fine-tuning dataset, and we show state-of-the-art performance among non-distilled open source models
36
  for code editing, using the [CanItEdit](https://huggingface.co/datasets/nuprl/CanItEdit) benchmark.
37
 
38
+ More information can be found on [our paper](https://arxiv.org/abs/2312.12450).
39
+
40
+ ## Citation
41
+ If you use our work, please cite our paper as such:
42
+ ```
43
+ @misc{cassano2023edit,
44
+ title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
45
+ author={Federico Cassano and Luisa Li and Akul Sethi and Noah Shinn and Abby Brennan-Jones and Anton Lozhkov and Carolyn Jane Anderson and Arjun Guha},
46
+ year={2023},
47
+ eprint={2312.12450},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.SE}
50
+ }
51
+ ```
52
 
53
  # Prompt
54
  The model has been trained on the following prompt format: