Spaces:
Running
Running
Diego Carpintero
commited on
Commit
•
27e7df9
1
Parent(s):
63ae455
fix typos
Browse files- minerva.ipynb +5 -5
minerva.ipynb
CHANGED
@@ -15,8 +15,8 @@
|
|
15 |
"\n",
|
16 |
"Benefits:\n",
|
17 |
"- Automates the process of identifying suspicious scam patterns.\n",
|
18 |
-
"-
|
19 |
-
"-
|
20 |
]
|
21 |
},
|
22 |
{
|
@@ -534,16 +534,16 @@
|
|
534 |
},
|
535 |
{
|
536 |
"cell_type": "code",
|
537 |
-
"execution_count":
|
538 |
"metadata": {},
|
539 |
"outputs": [
|
540 |
{
|
541 |
"data": {
|
542 |
"text/plain": [
|
543 |
-
"
|
544 |
]
|
545 |
},
|
546 |
-
"execution_count":
|
547 |
"metadata": {},
|
548 |
"output_type": "execute_result"
|
549 |
}
|
|
|
15 |
"\n",
|
16 |
"Benefits:\n",
|
17 |
"- Automates the process of identifying suspicious scam patterns.\n",
|
18 |
+
"- Prevents Financial Loss\n",
|
19 |
+
"- Saves Time: Early scam detection reduces the number of claims filed by end-users."
|
20 |
]
|
21 |
},
|
22 |
{
|
|
|
534 |
},
|
535 |
{
|
536 |
"cell_type": "code",
|
537 |
+
"execution_count": 23,
|
538 |
"metadata": {},
|
539 |
"outputs": [
|
540 |
{
|
541 |
"data": {
|
542 |
"text/plain": [
|
543 |
+
"'This analysis confirms that the message claiming you won a $1,000 Walmart gift card is a high-probability scam. Key indicators include the use of congratulatory language for a prize you did not enter to win, a suspicious shortened URL (http://bit.ly/123456), and high-pressure tactics urging immediate action. Legitimate communications from companies like Walmart typically do not come unsolicited, meaning this message lacks context and authenticity. **Recommendation:** Do not click any links or provide personal information in response to such messages. Remain cautious and report any suspicious communications. \\n\\nANALYSIS_COMPLETE'"
|
544 |
]
|
545 |
},
|
546 |
+
"execution_count": 23,
|
547 |
"metadata": {},
|
548 |
"output_type": "execute_result"
|
549 |
}
|