Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,8 @@ widget:
|
|
23 |
|
24 |
# GitHub issues classifier (using zero shot classification)
|
25 |
|
|
|
|
|
26 |
This model was trained using the [**Zero-shot classifier distillation**](https://github.com/huggingface/transformers/tree/main/examples/research_projects/zero-shot-distillation) method
|
27 |
with the [BART-large-mnli](https://huggingface.co/facebook/bart-large-mnli) model as teacher model, to train a classifier on Github issues from the [Github Issues Prediction dataset](https://www.kaggle.com/datasets/anmolkumar/github-bugs-prediction)
|
28 |
|
|
|
23 |
|
24 |
# GitHub issues classifier (using zero shot classification)
|
25 |
|
26 |
+
Predicts wether a statement is a feature request, issue/bug or question
|
27 |
+
|
28 |
This model was trained using the [**Zero-shot classifier distillation**](https://github.com/huggingface/transformers/tree/main/examples/research_projects/zero-shot-distillation) method
|
29 |
with the [BART-large-mnli](https://huggingface.co/facebook/bart-large-mnli) model as teacher model, to train a classifier on Github issues from the [Github Issues Prediction dataset](https://www.kaggle.com/datasets/anmolkumar/github-bugs-prediction)
|
30 |
|