Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -69,9 +69,9 @@ size_categories:
|
|
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
|
|
|
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
|