omykhailiv
commited on
Commit
•
90b60b6
1
Parent(s):
9b46208
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: text-classification
|
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
Predicts whether the news article's title is fake or real.
|
17 |
-
|
18 |
|
19 |
## Model Details
|
20 |
|
@@ -78,7 +78,7 @@ def testing_data_prep(text):
|
|
78 |
|
79 |
Returns:
|
80 |
str: The preprocessed text string, or an empty string if the length
|
81 |
-
does not meet the specified criteria (
|
82 |
"""
|
83 |
# Convert text to lowercase for case-insensitive processing
|
84 |
text = str(text).lower()
|
|
|
14 |
|
15 |
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
Predicts whether the news article's title is fake or real.
|
17 |
+
This is my first work, if you find the model interesting or useful, please like it, it will encourage me to do more research <3
|
18 |
|
19 |
## Model Details
|
20 |
|
|
|
78 |
|
79 |
Returns:
|
80 |
str: The preprocessed text string, or an empty string if the length
|
81 |
+
does not meet the specified criteria (6 to 20 words).
|
82 |
"""
|
83 |
# Convert text to lowercase for case-insensitive processing
|
84 |
text = str(text).lower()
|