Francesco-A
commited on
Commit
•
c6908c8
1
Parent(s):
88b4da7
Update README.md
Browse files
README.md
CHANGED
@@ -187,5 +187,29 @@ configs:
|
|
187 |
path: data/test-*
|
188 |
---
|
189 |
# Dataset Card for "github-issues_huggingface-datasets"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
187 |
path: data/test-*
|
188 |
---
|
189 |
# Dataset Card for "github-issues_huggingface-datasets"
|
190 |
+
Dataset Name: GitHub Issues from Hugging Face Datasets
|
191 |
+
|
192 |
+
**Description**:
|
193 |
+
The "github-issues_huggingface-datasets" dataset is a corpus of GitHub issues extracted from the Hugging Face Datasets repository. It includes valuable information and metadata related to the issues, such as titles, descriptions, labels, states, comments, and whether they are pull requests. The dataset was compiled using the GitHub REST API, which enabled the retrieval of issues and their corresponding comments. Additionally, a new column was added to indicate whether an issue is a pull request.
|
194 |
+
|
195 |
+
**Dataset Contents**:
|
196 |
+
The dataset consists of two splits:
|
197 |
+
* 1. Train Split: Contains 4,863 records, each with features like URL, repository URL, labels URL, comments URL, HTML URL, ID, node ID, issue number, title, user, labels, state, locked status, milestone, comments, creation date, update date, closing date, reactions, timeline URL, and more.
|
198 |
+
* 2. Test Split: Comprises 1,216 records with similar features as the train split.
|
199 |
+
|
200 |
+
**Potential Uses**:
|
201 |
+
This dataset is valuable for various purposes, such as:
|
202 |
+
* Semantic search: Analyzing and retrieving issues based on semantic similarity.
|
203 |
+
* Multilabel classification: Classifying issues into multiple categories based on their labels.
|
204 |
+
* Exploratory analysis: Gaining insights into the trends and patterns within GitHub issues.
|
205 |
+
|
206 |
+
**Limitations and Risks**:
|
207 |
+
Users of this dataset should be aware of potential limitations, such as data incompleteness, bias in issue labeling, or outdated information. Additionally, data privacy and ethical considerations should be taken into account when using GitHub issues data.
|
208 |
+
|
209 |
+
**Access**:
|
210 |
+
The dataset is openly accessible to anyone interested in using it for research, analysis, or any other suitable applications. The dataset is publicly available for download and usage.
|
211 |
+
|
212 |
+
**Note**:
|
213 |
+
Certain user-specific features, such as "user," "author_association," "assignee," and "assignees," have been excluded from the dataset to protect individual privacy and mitigate the risk of identifying users or contributors.
|
214 |
|
215 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|