elozano commited on
Commit
3e73381
1 Parent(s): da93736

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ## Definition
2
  This text classification model detects whenever a text has no sense.
3
 
 
 
 
 
 
4
  ## Performance
5
  - **Accuracy**: 99\%
 
1
  ## Definition
2
  This text classification model detects whenever a text has no sense.
3
 
4
+ ## Usage Recommendations
5
+ - `max_length`: 128
6
+ - `padding`: `max_length`
7
+ - `truncation`: True
8
+
9
  ## Performance
10
  - **Accuracy**: 99\%