CarperAI / CarperAI/InstructGPT
[task] Code Explanation
- Dominant language
- No language data
- Stars
- 71
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### 🚀 The Task
Given a snippet of code, can the model explain the functionality? The model could then follow up with its own code documentation; docstrings, comments, etc. if possible.
### Example
```
Explain the following code snippet:
def magical_fn(n):
if n == 0:
return True
else:
if (n-1) == 0:
return False
else:
return magical_fn((n-1)-1)
```
### Additional Notes
* Reference: [Replit + Codex: Beta Release](https://blog.replit.com/codex)
* 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.