cassanof commited on
Commit
28bc71e
1 Parent(s): 52274c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -56,3 +56,7 @@ def edit_prompt(old, instr):
56
  after = f"""## Code After:\n"""
57
  return before + instr + after
58
  ```
 
 
 
 
 
56
  after = f"""## Code After:\n"""
57
  return before + instr + after
58
  ```
59
+
60
+ # Train Your Own EditCoder
61
+ We provide the full pipeline that was used for training our own edit-coder model.
62
+ The pipeline and instructions can be found on our [GitHub repository](https://github.com/nuprl/CanItEdit/tree/main/editcoder).