File size: 873 Bytes
e1f87ad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8c8f3d3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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.