Upload dataset (part 00002-of-00003)
Browse files
README.md
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: hexsha
|
5 |
+
dtype: string
|
6 |
+
- name: repo
|
7 |
+
dtype: string
|
8 |
+
- name: path
|
9 |
+
dtype: string
|
10 |
+
- name: license
|
11 |
+
sequence: string
|
12 |
+
- name: language
|
13 |
+
dtype: string
|
14 |
+
- name: identifier
|
15 |
+
dtype: string
|
16 |
+
- name: return_type
|
17 |
+
dtype: string
|
18 |
+
- name: original_string
|
19 |
+
dtype: string
|
20 |
+
- name: original_docstring
|
21 |
+
dtype: string
|
22 |
+
- name: docstring
|
23 |
+
dtype: string
|
24 |
+
- name: docstring_tokens
|
25 |
+
sequence: string
|
26 |
+
- name: code
|
27 |
+
dtype: string
|
28 |
+
- name: code_tokens
|
29 |
+
sequence: string
|
30 |
+
- name: short_docstring
|
31 |
+
dtype: string
|
32 |
+
- name: short_docstring_tokens
|
33 |
+
sequence: string
|
34 |
+
- name: comment
|
35 |
+
sequence: string
|
36 |
+
- name: parameters
|
37 |
+
list:
|
38 |
+
- name: param
|
39 |
+
dtype: string
|
40 |
+
- name: type
|
41 |
+
dtype: string
|
42 |
+
- name: docstring_params
|
43 |
+
struct:
|
44 |
+
- name: returns
|
45 |
+
list:
|
46 |
+
- name: docstring
|
47 |
+
dtype: string
|
48 |
+
- name: docstring_tokens
|
49 |
+
sequence: string
|
50 |
+
- name: type
|
51 |
+
dtype: string
|
52 |
+
- name: raises
|
53 |
+
list:
|
54 |
+
- name: docstring
|
55 |
+
dtype: string
|
56 |
+
- name: docstring_tokens
|
57 |
+
sequence: string
|
58 |
+
- name: type
|
59 |
+
dtype: string
|
60 |
+
- name: params
|
61 |
+
list:
|
62 |
+
- name: identifier
|
63 |
+
dtype: string
|
64 |
+
- name: type
|
65 |
+
dtype: string
|
66 |
+
- name: docstring
|
67 |
+
dtype: string
|
68 |
+
- name: docstring_tokens
|
69 |
+
sequence: string
|
70 |
+
- name: default
|
71 |
+
dtype: string
|
72 |
+
- name: is_optional
|
73 |
+
dtype: bool
|
74 |
+
- name: outlier_params
|
75 |
+
list:
|
76 |
+
- name: identifier
|
77 |
+
dtype: string
|
78 |
+
- name: type
|
79 |
+
dtype: string
|
80 |
+
- name: docstring
|
81 |
+
dtype: string
|
82 |
+
- name: docstring_tokens
|
83 |
+
sequence: string
|
84 |
+
- name: default
|
85 |
+
dtype: string
|
86 |
+
- name: is_optional
|
87 |
+
dtype: bool
|
88 |
+
- name: others
|
89 |
+
list:
|
90 |
+
- name: identifier
|
91 |
+
dtype: string
|
92 |
+
- name: docstring
|
93 |
+
dtype: string
|
94 |
+
- name: docstring_tokens
|
95 |
+
sequence: string
|
96 |
+
- name: input_ids
|
97 |
+
sequence: int32
|
98 |
+
- name: attention_mask
|
99 |
+
sequence: int8
|
100 |
+
- name: labels
|
101 |
+
sequence: int64
|
102 |
+
splits:
|
103 |
+
- name: train
|
104 |
+
num_bytes: 49797821738
|
105 |
+
num_examples: 6629193
|
106 |
+
download_size: 9683784722
|
107 |
+
dataset_size: 49797821738
|
108 |
+
configs:
|
109 |
+
- config_name: default
|
110 |
+
data_files:
|
111 |
+
- split: train
|
112 |
+
path: data/train-*
|
113 |
+
---
|