Nextixt commited on
Commit
f14860e
·
verified ·
1 Parent(s): 95146dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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.