Add description of GitHub subset.
Browse files
README.md
CHANGED
@@ -158,6 +158,14 @@ This dataset is in English (`EN`).
|
|
158 |
}
|
159 |
```
|
160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
### Data Fields
|
162 |
|
163 |
#### all
|
@@ -212,6 +220,11 @@ This dataset is in English (`EN`).
|
|
212 |
- `meta` (str): Metadata of the data instance with: bibliographic_information, source_file, abstract, classifications,
|
213 |
inventors.
|
214 |
|
|
|
|
|
|
|
|
|
|
|
215 |
### Data Splits
|
216 |
|
217 |
The "all" configuration is composed of 3 splits: train, validation and test.
|
|
|
158 |
}
|
159 |
```
|
160 |
|
161 |
+
#### github
|
162 |
+
```
|
163 |
+
{
|
164 |
+
'text': "/* filesystem.c\n * Filesystem utility routines\n *\n * Wireshark - Network traffic analyzer\n * By Gerald Combs <gerald@wireshark.org>\n * Copyright 1998 Gerald Combs\n *\n * SPDX-License-Identifier: GPL-2.0-or-later\n */\n\n#include <config.h>\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <string.h>\n#include <errno.h>\n\n#include <glib.h>...",
|
165 |
+
'meta': "{'repo_name': 'wireshark/wireshark', 'stars': '2789', 'repo_language': 'C', 'file_name': 'packet-mpeg-audio-template.c', 'mime_type': 'text/x-c'}"
|
166 |
+
}
|
167 |
+
```
|
168 |
+
|
169 |
### Data Fields
|
170 |
|
171 |
#### all
|
|
|
220 |
- `meta` (str): Metadata of the data instance with: bibliographic_information, source_file, abstract, classifications,
|
221 |
inventors.
|
222 |
|
223 |
+
#### github
|
224 |
+
|
225 |
+
- `text` (str): Text.
|
226 |
+
- `meta` (str): Metadata of the data instance with: repo_name, stars, repo_language, file_name, mime_type.
|
227 |
+
|
228 |
### Data Splits
|
229 |
|
230 |
The "all" configuration is composed of 3 splits: train, validation and test.
|