File size: 843 Bytes
ecdf3d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8ee7c43
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
---
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: path
    dtype: string
  - name: copies
    dtype: string
  - name: size
    dtype: string
  - name: content
    dtype: string
  - name: license
    dtype: string
  splits:
  - name: train
    num_bytes: 60634
    num_examples: 10
  - name: valid
    num_bytes: 98567
    num_examples: 10
  download_size: 86952
  dataset_size: 159201
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
---

- `transformersbook/codeparrot-train` 데이터 셋에서 Data Science 관련 코드를 추출하고 split당 10개씩만 고른 데모용 데어터셋

- A demo dataset that extracts Data Science related code from the `transformersbook/codeparrot-train` dataset and picks only 10 pieces per split.