Skip to content

Commit db3f1de

Browse files
Update README.md
1 parent 625e41d commit db3f1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Predicting Issues' Labels with RoBERTa
22

33
Many thanks to Red Hat's <a href="#"><img src="https://github.com/GiorgosKarantonis/images/blob/master/label_bot/red%20hat.png" width="21"></a> AICoE **[Thoth Team](https://github.com/thoth-station)** for giving me the opportunity to create this model while interning there!
4-
**Thoth is a group of *amazing* people that use Artificial Intelligence to create cool tools that make the lives of developers easier.**
4+
**Thoth is a group of *amazing* people who use Artificial Intelligence to create cool tools that make the lives of developers easier.**
55

66
## Introduction
77
**This multilabel classifier can predict any combination of *bug*, *question* and *enhancement*, using [RoBERTa](https://arxiv.org/abs/1907.11692), one of the best performing NLP models**. Additionally, the predefined set of labels can be easily extended to almost any set of labels thanks to the incorporated paraphrase detection component; you can simply specify their desired labels and use this component to map them to actual labels in the dataset. Finally, it is completely straightforward to define your own aliases for each one of the predefined labels by mapping the output probabilities to the labels of your choice.
88

99
Utilizing the `app.py` endpoint, that uses the GitHub API, you can run this classifier to your personal or your organization's repos automating your operations.
1010

11-
As far as I know this is the best performing implementation on this task. 🚀
11+
**As far as I know this is the best performing implementation on this task.** 🚀
1212

1313
<p align="center">
1414
<a href="#">

0 commit comments

Comments
 (0)