Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,13 @@ Original dataset available at: https://huggingface.co/datasets/deepmind/code_con
|
|
35 |
|
36 |
This dataset is created by extracting only the data from AtCoder within [deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests) and retrieving the first Python code submission marked as correct. As a result, it has been formatted to be suitable for supervised learning.
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
# First element example
|
39 |
description
|
40 |
```
|
|
|
35 |
|
36 |
This dataset is created by extracting only the data from AtCoder within [deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests) and retrieving the first Python code submission marked as correct. As a result, it has been formatted to be suitable for supervised learning.
|
37 |
|
38 |
+
```
|
39 |
+
Dataset({
|
40 |
+
features: ['name', 'description', 'solutions'],
|
41 |
+
num_rows: 8139
|
42 |
+
})
|
43 |
+
```
|
44 |
+
|
45 |
# First element example
|
46 |
description
|
47 |
```
|