BERT_Classificator / README.md
Nextixt's picture
Update README.md
f14860e verified
---
license: mit
---
Model for text importance classification. This model takes a sentence, processes it and gives importance rating(0-1).
For example:
Input: "Hello" --> Output: 0.16
Input: "I'm 25 years old" --> Output: 0.72
My model will be useful to detect useless content.