Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
Model for text importance classification. This model takes a sentence, processes it and gives importance rating(0-1).
|
| 5 |
+
|
| 6 |
+
For example:
|
| 7 |
+
Input: "Hello" --> Output: 0.16
|
| 8 |
+
Input: "I'm 25 years old" --> Output: 0.72
|
| 9 |
+
|
| 10 |
+
My model will be useful to detect useless content.
|