--- 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.