SSK-DNB commited on
Commit
83702fb
·
verified ·
1 Parent(s): e03ff29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- # Example
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.