Update README.md
Browse files
README.md
CHANGED
|
@@ -20,9 +20,9 @@ configs:
|
|
| 20 |
path: data/train-*
|
| 21 |
---
|
| 22 |
|
| 23 |
-
このデータセットは、deepmind/code_contestsからAtCoderのデータのみを抽出し、Pythonで正解として提出された最初のコードを取得して格納したものです。これにより、教師あり学習に適した形に整えられています。
|
| 24 |
|
| 25 |
-
This dataset is created by extracting only the data from AtCoder within 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.
|
| 26 |
|
| 27 |
# Example
|
| 28 |
description
|
|
|
|
| 20 |
path: data/train-*
|
| 21 |
---
|
| 22 |
|
| 23 |
+
このデータセットは、[deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests)からAtCoderのデータのみを抽出し、Pythonで正解として提出された最初のコードを取得して格納したものです。これにより、教師あり学習に適した形に整えられています。
|
| 24 |
|
| 25 |
+
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.
|
| 26 |
|
| 27 |
# Example
|
| 28 |
description
|