akumoth commited on
Commit
6353651
1 Parent(s): 41dee16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -147,7 +147,35 @@ dataset_info:
147
  num_examples: 2814
148
  download_size: 3607838
149
  dataset_size: 9990717
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
  ---
151
- # Dataset Card for "peewee-issues"
152
 
153
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
147
  num_examples: 2814
148
  download_size: 3607838
149
  dataset_size: 9990717
150
+ annotations_creators:
151
+ - found
152
+ language:
153
+ - en
154
+ language_creators:
155
+ - found
156
+ license:
157
+ - mit
158
+ multilinguality:
159
+ - monolingual
160
+ pretty_name: Peewee Github Issues
161
+ size_categories:
162
+ - n<1K
163
+ source_datasets:
164
+ - original
165
+ tags:
166
+ - peewee
167
+ - python
168
+ - github
169
+ - issues
170
+ task_categories:
171
+ - text-classification
172
+ - feature-extraction
173
+ task_ids:
174
+ - topic-classification
175
+ - multi-label-classification
176
  ---
 
177
 
178
+ # Dataset Card for Peewee Issues
179
+
180
+ ## Dataset Summary
181
+ Peewee Issues is a dataset containing all the issues in the [Peewee github repository](https://github.com/coleifer/peewee) up to the last date of extraction (5/3/2023). It has been made for educational purposes in mind (especifically, to get me used to using Hugging Face's datasets), but can be used for multi-label classification or semantic search. The contents are all in English and concern SQL databases and ORM libraries.