LAION-AI / LAION-AI/Open-Assistant
Using the huge ManySStuBs4J code bugs dataset
Open
Nobody has claimed this yet.
data
- Dominant language
- Python
- Stars
- 37.4k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
The ManySStuBs4J dataset is a huge open source dataset of bugs based on GitHub.
It is easy to put it into dialogue form:
User: Find the bug in the following code:
{INITIAL_CODE}
Reply: The bugfix can be described as follows:
{COMMIT_MESSAGE}
The fixed code is:
{FIXED-CODE}
It would be a substantial boost to our dataset as far as code is concerned.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.