CarperAI / InstructGPT

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

[task] Code Snippet Optimization #16

Open jon-tow opened 1 year ago

jon-tow commented 1 year ago

🚀 The Task

Given a code snippet and an instruction for performance optimization, the model should generate the appropriate source code replacements for optimality. ((Can be at least partially grounded by checking results are similar and runtime is faster).

Example

Optimize the runtime of the following code snippet by using dynamic programming:
...
Vectorize the following loop:
...

Additional Notes