--- dataset_info: features: - name: name dtype: string - name: description dtype: string - name: solutions dtype: string splits: - name: train num_bytes: 22782308 num_examples: 8139 download_size: 10785367 dataset_size: 22782308 configs: - config_name: default data_files: - split: train path: data/train-* --- このデータセットは、deepmind/code_contestsからAtCoderのデータのみを抽出し、Pythonで正解として提出された最初のコードを取得して格納したものです。これにより、教師あり学習に適した形に整えられています。 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.