CarperAI / InstructGPT

For experiments involving instruct gpt. Currently used for documenting open research questions.
MIT License
71 stars 3 forks source link

[task] Pull Request Summarization from Diffs #27

Open jon-tow opened 1 year ago

jon-tow commented 1 year ago

🚀 The Task

Given the commit diffs for a pull request, the model should be able to summarize the changes made by the source contributor.

Example

Summarize a pull request for the following diffs:

diff --git a/file.py b/file.py
index ...
--- a/file.py
+++ b/file.py
- print("hello world!")
+ print("HELLO WORLD!")

Additional Notes

Reference: What The Diff