joshopp commited on
Commit
fe0cedd
·
verified ·
1 Parent(s): ec3aba5

Update README.md

Browse files

created dataset card for tutorial dataset

Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -188,4 +188,39 @@ configs:
188
  data_files:
189
  - split: train
190
  path: data/train-*
 
 
 
 
 
 
 
 
 
191
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  data_files:
189
  - split: train
190
  path: data/train-*
191
+ task_categories:
192
+ - text-classification
193
+ - text-retrieval
194
+ language:
195
+ - en
196
+ tags:
197
+ - code
198
+ size_categories:
199
+ - 1K<n<10K
200
  ---
201
+ # Dataset Card for Dataset Name
202
+
203
+ <!-- Provide a quick summary of the dataset. -->
204
+
205
+ This dataset is an upload linked with the (HuggingFace LLM course, chapter 5)(https://huggingface.co/learn/llm-course/chapter5/). The goal was to create an own dataset and upload it to the Dataset Hub.
206
+
207
+ ## Dataset Details
208
+
209
+ ### Dataset Description
210
+
211
+ <!-- Provide a longer summary of what this dataset is. -->
212
+ This dataset contains issues from the [HuggingFace Dataset GitHub page(https://github.com/huggingface/datasets) (as of 05-11-2025).
213
+ Pull issues as well as irrelevant API data were filtered out. The content of the comments on any issue were added.
214
+
215
+ ## Uses
216
+
217
+ The dataset can be used for simple text classification or text retrieval tasks. Summarization tasks are also possible.
218
+
219
+ ## Dataset Structure
220
+
221
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
222
+ Structure of Dataset:
223
+ Dataset({
224
+ features: ['url', 'repository_url', 'labels_url', 'comments_url', 'events_url', 'html_url', 'id', 'node_id', 'number', 'title', 'user', 'labels', 'state', 'locked', 'assignee', 'assignees', 'milestone', 'comments', 'created_at', 'updated_at', 'closed_at', 'author_association', 'active_lock_reason', 'pull_request', 'body', 'timeline_url', 'performed_via_github_app', 'is_pull_request'],
225
+ num_rows: 3019
226
+ })