Update README.md
Browse files
README.md
CHANGED
|
@@ -29,15 +29,17 @@ It achieves the following results on the evaluation set:
|
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
| 32 |
-
|
| 33 |
|
| 34 |
## Intended uses & limitations
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
## Training and evaluation data
|
| 39 |
|
| 40 |
-
|
|
|
|
|
|
|
| 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 |
|