srvmishra832 commited on
Commit
c48abc5
·
verified ·
1 Parent(s): c8ba45a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -29,15 +29,17 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
 
 
41
 
42
  ## Training procedure
43
 
 
29
 
30
  ## Model description
31
 
32
+ [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased)
33
 
34
  ## Intended uses & limitations
35
 
36
+ Multi Label Classification on GitHub repository issues.
37
 
38
  ## Training and evaluation data
39
 
40
+ GitHub issues dataset taken from [GitHub issues](https://huggingface.co/datasets/lewtun/github-issues).
41
+
42
+ Split the dataset into 80-20 train-test splits. Filtered out the pull requests and issues with no labels.
43
 
44
  ## Training procedure
45