Update README.md
Browse files
README.md
CHANGED
|
@@ -30,11 +30,12 @@ This dataset is based on the "code_contests" dataset by DeepMind, licensed under
|
|
| 30 |
Original dataset available at: https://huggingface.co/datasets/deepmind/code_contests
|
| 31 |
|
| 32 |
|
|
|
|
| 33 |
このデータセットは、[deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests)からAtCoderのデータのみを抽出し、Pythonで正解として提出された最初のコードを取得して格納したものです。これにより、教師あり学習に適した形に整えられています。
|
| 34 |
|
| 35 |
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.
|
| 36 |
|
| 37 |
-
#
|
| 38 |
description
|
| 39 |
```
|
| 40 |
There are n persons who initially don't know each other. On each morning, two of them, who were not friends before, become friends.
|
|
|
|
| 30 |
Original dataset available at: https://huggingface.co/datasets/deepmind/code_contests
|
| 31 |
|
| 32 |
|
| 33 |
+
|
| 34 |
このデータセットは、[deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests)からAtCoderのデータのみを抽出し、Pythonで正解として提出された最初のコードを取得して格納したものです。これにより、教師あり学習に適した形に整えられています。
|
| 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 |
```
|
| 41 |
There are n persons who initially don't know each other. On each morning, two of them, who were not friends before, become friends.
|