CarperAI / CarperAI/InstructGPT
[task] Code Snippet Optimization
- Dominant language
- No language data
- Stars
- 71
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### 🚀 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
* Reference: @amarmet in the CarperAI Discord server.
* Google Sheets Reference: [CarperAI: Instruct-GPT Tasks](https://docs.google.com/spreadsheets/d/1q6I0PLcgvNjcls3z7diUOoDGmNojUW-m6KhX2ijuSEE/edit?usp=sharing)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.