Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,15 @@ tags:
|
|
| 5 |
---
|
| 6 |
# Dataset Card for Pipeline2Code
|
| 7 |
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# Dataset Card for Pipeline2Code
|
| 7 |
|
| 8 |
+
## Dataset origin
|
| 9 |
+
[Code4ML: a Large-scale Dataset of annotated Machine Learning Code](https://zenodo.org/record/7733823)
|
| 10 |
|
| 11 |
+
## Dataset Summary
|
| 12 |
+
|
| 13 |
+
This dataset is designed for the iterative generation of Machine Learning (ML) code based on high-level ML pipeline descriptions.
|
| 14 |
+
It consists of code snippets extracted from Kaggle kernels, organized as Jupyter Notebook snippets.
|
| 15 |
+
Each kernel includes a set of prompts and completions.
|
| 16 |
+
The initial prompt contains an <SOS> token, meta-information about the task the notebook aims
|
| 17 |
+
to solve, and the semantic type of the code snippet. The final prompt of each kernel consists of the semantic
|
| 18 |
+
type of the code snippet followed by an <EOS> token. Each prompt is associated with a code snippet completion.
|
| 19 |
+
Subsequent prompts include previously generated completions and the semantic type of the snippet.
|