Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
1K - 10K
lorisrossi
commited on
Commit
•
acb8580
1
Parent(s):
58f151e
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,22 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: url
|
@@ -295,3 +313,6 @@ configs:
|
|
295 |
- split: train
|
296 |
path: data/train-*
|
297 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license: []
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: HuggingFace Datasets GitHub Issues
|
12 |
+
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
+
source_datasets: []
|
15 |
+
tags: []
|
16 |
+
task_categories:
|
17 |
+
- text-classification
|
18 |
+
task_ids:
|
19 |
+
- multi-label-classification
|
20 |
dataset_info:
|
21 |
features:
|
22 |
- name: url
|
|
|
313 |
- split: train
|
314 |
path: data/train-*
|
315 |
---
|
316 |
+
|
317 |
+
## Dataset Description
|
318 |
+
This dataset is just for testing. It contains GitHub issues and pull requests associated with the 🤗 Datasets [repository](https://github.com/huggingface/datasets). It can be used for semantic search or multilabel text classification. The contents of each GitHub issue are in English.
|