zamal commited on
Commit
2e0c1dc
ยท
1 Parent(s): 87595b6

๐Ÿ†• Upload GitHub meta dataset with README and JSONL

Browse files
Files changed (2) hide show
  1. README.md +23 -20
  2. data/train.jsonl +0 -0
README.md CHANGED
@@ -1,20 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: input
11
- dtype: string
12
- - name: target
13
- dtype: string
14
- splits:
15
- - name: train
16
- num_bytes: 90497
17
- num_examples: 614
18
- download_size: 32483
19
- dataset_size: 90497
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