Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Source Datasets:
original
ArXiv:
Tags:
code-generation
License:
albertvillanova HF staff commited on
Commit
f50822b
1 Parent(s): 839baf5

Fix description links in dataset cards (#4222)

Browse files

Commit from https://github.com/huggingface/datasets/commit/ef826e75315f1e35ca478c0bcfad20b566c7b5cb

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,8 +55,8 @@ task_ids:
55
  - [Contributions](#contributions)
56
 
57
  ## Dataset Description
58
- - **Repository: https://github.com/google-research/google-research/tree/master/mbpp**
59
- - **Paper: [Program Synthesis with Large Language Models](https://arxiv.org/abs/2108.07732)**
60
 
61
  ### Dataset Summary
62
  The benchmark consists of around 1,000 crowd-sourced Python programming problems, designed to be solvable by entry level programmers, covering programming fundamentals, standard library functionality, and so on. Each problem consists of a task description, code solution and 3 automated test cases. As described in the paper, a subset of the data has been hand-verified by us.
 
55
  - [Contributions](#contributions)
56
 
57
  ## Dataset Description
58
+ - **Repository:** https://github.com/google-research/google-research/tree/master/mbpp
59
+ - **Paper:** [Program Synthesis with Large Language Models](https://arxiv.org/abs/2108.07732)
60
 
61
  ### Dataset Summary
62
  The benchmark consists of around 1,000 crowd-sourced Python programming problems, designed to be solvable by entry level programmers, covering programming fundamentals, standard library functionality, and so on. Each problem consists of a task description, code solution and 3 automated test cases. As described in the paper, a subset of the data has been hand-verified by us.