File size: 280 Bytes
f14860e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
---
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.