MatthewB245
commited on
formatting to limitations
Browse files
README.md
CHANGED
@@ -38,14 +38,10 @@ print(result)
|
|
38 |
|
39 |
## Limitations
|
40 |
|
41 |
-
Performance on Non-English Texts
|
42 |
-
-
|
43 |
-
|
44 |
-
-
|
45 |
-
Issues with Sarcasm and Complex Language
|
46 |
-
- Model might misinterpret sarcasm or subtle language, ex, "Great product... not!"
|
47 |
-
No Confidence Scores
|
48 |
-
- Model does not judge it's own output, so need some form of double check system, ie. yourself
|
49 |
|
50 |
## License
|
51 |
The MIT License (MIT)
|
|
|
38 |
|
39 |
## Limitations
|
40 |
|
41 |
+
- Performance on Non-English Texts: The model works best with English texts. It may not handle other languages or regional dialects.
|
42 |
+
- Bias From Training Data: Reflects patterns from the training data, which may not cover all cases it could see. May lead to unfair predictns
|
43 |
+
- Issues with Sarcasm and Complex Language: Model might misinterpret sarcasm or subtle language, ex, "Great product... not!"
|
44 |
+
- No Confidence Scores: Model does not judge it's own output, so need some form of double check system, ie. yourself
|
|
|
|
|
|
|
|
|
45 |
|
46 |
## License
|
47 |
The MIT License (MIT)
|