Diego Carpintero commited on
Commit
27eb94d
·
1 Parent(s): 978ee24

add summarization

Browse files
Files changed (1) hide show
  1. minerva.ipynb +28 -1
minerva.ipynb CHANGED
@@ -389,7 +389,7 @@
389
  },
390
  {
391
  "cell_type": "code",
392
- "execution_count": 144,
393
  "metadata": {},
394
  "outputs": [],
395
  "source": [
@@ -399,6 +399,33 @@
399
  "with open('results.json', 'w') as json_file:\n",
400
  " json.dump(results.__dict__, json_file, indent=4)"
401
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
402
  }
403
  ],
404
  "metadata": {
 
389
  },
390
  {
391
  "cell_type": "code",
392
+ "execution_count": 150,
393
  "metadata": {},
394
  "outputs": [],
395
  "source": [
 
399
  "with open('results.json', 'w') as json_file:\n",
400
  " json.dump(results.__dict__, json_file, indent=4)"
401
  ]
402
+ },
403
+ {
404
+ "cell_type": "code",
405
+ "execution_count": 151,
406
+ "metadata": {},
407
+ "outputs": [
408
+ {
409
+ "data": {
410
+ "text/plain": [
411
+ "\"This message claims that you've won a $1,000 Walmart gift card, a common tactic used in scams to lure individuals. It uses urgent language encouraging immediate action, which typically puts pressure on recipients to act without thinking. Additionally, a suspicious shortened URL is included, often leading to phishing sites or harmful content. Given these factors, this message is highly likely a scam. **Recommendation**: Do not click on any links or provide any personal information; delete the message and report it. \\n\\nTASK_COMPLETE\""
412
+ ]
413
+ },
414
+ "execution_count": 151,
415
+ "metadata": {},
416
+ "output_type": "execute_result"
417
+ }
418
+ ],
419
+ "source": [
420
+ "results.summary"
421
+ ]
422
+ },
423
+ {
424
+ "cell_type": "code",
425
+ "execution_count": null,
426
+ "metadata": {},
427
+ "outputs": [],
428
+ "source": []
429
  }
430
  ],
431
  "metadata": {