File size: 1,322 Bytes
3380ace
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
dataset_info:
  features:
  - name: nwo
    dtype: string
  - name: sha
    dtype: string
  - name: path
    dtype: string
  - name: language
    dtype: string
  - name: identifier
    dtype: string
  - name: parameters
    dtype: string
  - name: argument_list
    dtype: string
  - name: return_statement
    dtype: string
  - name: docstring
    dtype: string
  - name: docstring_summary
    dtype: string
  - name: docstring_tokens
    sequence: string
  - name: function
    dtype: string
  - name: function_tokens
    sequence: string
  - name: url
    dtype: string
  - name: score
    dtype: float64
  splits:
  - name: go
    num_bytes: 317921
    num_examples: 165
  - name: java
    num_bytes: 1764082
    num_examples: 799
  - name: javascript
    num_bytes: 3674378
    num_examples: 1818
  - name: php
    num_bytes: 653199
    num_examples: 313
  - name: python
    num_bytes: 2184486
    num_examples: 974
  - name: ruby
    num_bytes: 484389
    num_examples: 305
  download_size: 3487033
  dataset_size: 9078455
configs:
- config_name: default
  data_files:
  - split: go
    path: data/go-*
  - split: java
    path: data/java-*
  - split: javascript
    path: data/javascript-*
  - split: php
    path: data/php-*
  - split: python
    path: data/python-*
  - split: ruby
    path: data/ruby-*
---