๐ Upload GitHub meta dataset with README and JSONL
Browse files- README.md +23 -20
- data/train.jsonl +0 -0
README.md
CHANGED
@@ -1,20 +1,23 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license: mit
|
7 |
+
pretty_name: GitHub Meta Data
|
8 |
+
size_categories:
|
9 |
+
- 1K<n<10K
|
10 |
+
source_datasets:
|
11 |
+
- original
|
12 |
+
task_categories:
|
13 |
+
- text-classification
|
14 |
+
---
|
15 |
+
|
16 |
+
# GitHub Meta Data
|
17 |
+
|
18 |
+
This dataset contains GitHub repository descriptions paired with their tags.
|
19 |
+
|
20 |
+
- `input`: a natural language query or description of a GitHub project
|
21 |
+
- `target`: comma-separated tags describing it
|
22 |
+
|
23 |
+
Used for training a T5 model for GitHub-style tag generation.
|
data/train.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|