File size: 781 Bytes
ffd3d29
a82edbd
 
ffd3d29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33d0494
 
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
38
39
40
41
42
43
44
---
language:
- en
dataset_info:
  features:
  - name: docstring
    dtype: string
  - name: signature
    dtype: string
  - name: prompt
    dtype: string
  - name: code
    dtype: string
  - name: repository
    dtype: string
  - name: language
    dtype: string
  - name: license
    dtype: string
  - name: stars
    dtype: int64
  splits:
  - name: train
    num_bytes: 28195774
    num_examples: 40192
  - name: validation
    num_bytes: 3507999
    num_examples: 5024
  - name: test
    num_bytes: 3532842
    num_examples: 5025
  download_size: 18976223
  dataset_size: 35236615
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: gpl-3.0
---