SergeiGKS commited on
Commit
9e8da81
·
1 Parent(s): 8bfa9c7

update Readme

Browse files

This dataset contains more than 2070 issues collected from the repository *huggingface / datasets* of Github. For each issue or bug, there is a list of comments made by Github users. This dataset can be used to build a semantic search engine for finding relevant issues or train a sentence classifier for grouping issues by tags or keywords. I can also serve for analyzing the satisfaction of the user who opened the issue.

Source : https://github.com/huggingface/datasets/issues

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -24,6 +24,13 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
 
 
27
  ---
28
  # Dataset Card for "my-issues-dataset"
29
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: apache-2.0
28
+ task_categories:
29
+ - sentence-similarity
30
+ language:
31
+ - en
32
+ size_categories:
33
+ - 1K<n<10K
34
  ---
35
  # Dataset Card for "my-issues-dataset"
36