tiginamaria commited on
Commit
b9efe60
·
verified ·
1 Parent(s): 5dc08ba

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +89 -9
  2. data/dev-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -17,7 +17,7 @@ dataset_info:
17
  - name: description
18
  dtype: string
19
  - name: template_keywords
20
- dtype: string
21
  - name: license
22
  dtype: string
23
  - name: topics
@@ -27,9 +27,9 @@ dataset_info:
27
  - name: languages
28
  dtype: string
29
  - name: metrics
30
- dtype: string
31
  - name: code_lines
32
- dtype: int64
33
  - name: language
34
  dtype: string
35
  - name: created_at
@@ -88,6 +88,82 @@ dataset_info:
88
  num_examples: 16
89
  download_size: 177547
90
  dataset_size: 156228.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  - config_name: java
92
  features:
93
  - name: id
@@ -109,9 +185,9 @@ dataset_info:
109
  - name: languages
110
  dtype: string
111
  - name: metrics
112
- dtype: string
113
  - name: code_lines
114
- dtype: int64
115
  - name: license
116
  dtype: string
117
  - name: topics
@@ -197,9 +273,9 @@ dataset_info:
197
  - name: languages
198
  dtype: string
199
  - name: metrics
200
- dtype: string
201
  - name: code_lines
202
- dtype: int64
203
  - name: license
204
  dtype: string
205
  - name: topics
@@ -285,9 +361,9 @@ dataset_info:
285
  - name: languages
286
  dtype: string
287
  - name: metrics
288
- dtype: string
289
  - name: code_lines
290
- dtype: int64
291
  - name: license
292
  dtype: string
293
  - name: topics
@@ -361,6 +437,10 @@ configs:
361
  path: android/test-*
362
  - split: train
363
  path: android/train-*
 
 
 
 
364
  - config_name: java
365
  data_files:
366
  - split: dev
 
17
  - name: description
18
  dtype: string
19
  - name: template_keywords
20
+ dtype: string
21
  - name: license
22
  dtype: string
23
  - name: topics
 
27
  - name: languages
28
  dtype: string
29
  - name: metrics
30
+ dtype: string
31
  - name: code_lines
32
+ dtype: int64
33
  - name: language
34
  dtype: string
35
  - name: created_at
 
88
  num_examples: 16
89
  download_size: 177547
90
  dataset_size: 156228.0
91
+ - config_name: default
92
+ features:
93
+ - name: id
94
+ dtype: int64
95
+ - name: full_name
96
+ dtype: string
97
+ - name: owner
98
+ dtype: string
99
+ - name: name
100
+ dtype: string
101
+ - name: html_url
102
+ dtype: string
103
+ - name: is_template
104
+ dtype: bool
105
+ - name: description
106
+ dtype: string
107
+ - name: template_keywords
108
+ dtype: string
109
+ - name: license
110
+ dtype: string
111
+ - name: topics
112
+ dtype: string
113
+ - name: size
114
+ dtype: int64
115
+ - name: language
116
+ dtype: string
117
+ - name: created_at
118
+ dtype: string
119
+ - name: updated_at
120
+ dtype: string
121
+ - name: gpt_description
122
+ dtype: string
123
+ - name: repo_symbols_count
124
+ dtype: int64
125
+ - name: repo_tokens_count
126
+ dtype: int64
127
+ - name: repo_words_count
128
+ dtype: int64
129
+ - name: repo_lines_count
130
+ dtype: int64
131
+ - name: repo_files_count
132
+ dtype: int64
133
+ - name: repo_code_symbols_count
134
+ dtype: int64
135
+ - name: repo_code_tokens_count
136
+ dtype: int64
137
+ - name: repo_code_words_count
138
+ dtype: int64
139
+ - name: repo_code_lines_count
140
+ dtype: int64
141
+ - name: repo_code_files_count
142
+ dtype: int64
143
+ - name: description_symbols_count
144
+ dtype: int64
145
+ - name: description_tokens_count
146
+ dtype: int64
147
+ - name: description_words_count
148
+ dtype: int64
149
+ - name: description_lines_count
150
+ dtype: int64
151
+ - name: readme
152
+ dtype: string
153
+ - name: readme_symbols_count
154
+ dtype: int64
155
+ - name: readme_tokens_count
156
+ dtype: int64
157
+ - name: readme_words_count
158
+ dtype: int64
159
+ - name: readme_lines_count
160
+ dtype: int64
161
+ splits:
162
+ - name: dev
163
+ num_bytes: 2613564
164
+ num_examples: 565
165
+ download_size: 1345438
166
+ dataset_size: 2613564
167
  - config_name: java
168
  features:
169
  - name: id
 
185
  - name: languages
186
  dtype: string
187
  - name: metrics
188
+ dtype: string
189
  - name: code_lines
190
+ dtype: int64
191
  - name: license
192
  dtype: string
193
  - name: topics
 
273
  - name: languages
274
  dtype: string
275
  - name: metrics
276
+ dtype: string
277
  - name: code_lines
278
+ dtype: int64
279
  - name: license
280
  dtype: string
281
  - name: topics
 
361
  - name: languages
362
  dtype: string
363
  - name: metrics
364
+ dtype: string
365
  - name: code_lines
366
+ dtype: int64
367
  - name: license
368
  dtype: string
369
  - name: topics
 
437
  path: android/test-*
438
  - split: train
439
  path: android/train-*
440
+ - config_name: default
441
+ data_files:
442
+ - split: dev
443
+ path: data/dev-*
444
  - config_name: java
445
  data_files:
446
  - split: dev
data/dev-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2800972528d3dd00a7b4e93bc328458735f3011ae72bcc45977de8372af34a5e
3
+ size 1345438