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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,9 +2,9 @@
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\%
 
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\%