CarperAI / CarperAI/InstructGPT

[task] Code Explanation

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
task
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.