Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,4 +66,12 @@ size_categories:
|
|
| 66 |
# Dataset Card for Code Contest Processed
|
| 67 |
|
| 68 |
## Dataset Summary
|
| 69 |
-
This dataset is created by processing [code_contest dataset from Deepmind](https://huggingface.co/datasets/deepmind/code_contests). It is a competitive programming dataset for machine-learning. Read more about dataset at [original source](https://huggingface.co/datasets/deepmind/code_contests).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
# Dataset Card for Code Contest Processed
|
| 67 |
|
| 68 |
## Dataset Summary
|
| 69 |
+
This dataset is created by processing [code_contest dataset from Deepmind](https://huggingface.co/datasets/deepmind/code_contests). It is a competitive programming dataset for machine-learning. Read more about dataset at [original source](https://huggingface.co/datasets/deepmind/code_contests).
|
| 70 |
+
|
| 71 |
+
## Columns Description
|
| 72 |
+
- `id` unique string associated with a problem
|
| 73 |
+
- `description` problem description
|
| 74 |
+
- `code` one correct code for the problem
|
| 75 |
+
- `language` programming language used for code
|
| 76 |
+
- `test_samples` contains inputs and their corresponding outputs for the problem
|
| 77 |
+
- `source` source of problem
|