DJF-on-arm commited on
Commit
6329022
·
verified ·
1 Parent(s): 3afa6f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -61,7 +61,6 @@ These models may produce incoherent or incorrect outputs because:
61
 
62
  # Why does it say some (probally all) models .keras files are 'unsafe'?
63
  Because i'm using callbacks that are custom python definitions, theres .keras files *should not be* unsafe.
64
- # However, if you do not trust me or don't want to take any risk what-so-ever or this just feels off to you YOU DON'T *HAVE* TO BELIVE **ME** (Please don't go around trusting random people online or random models that don't have the code used to train them public and that you can verify that was the code in the model!)
65
 
66
  # Well how can i know it is safe?
67
  If you want to audit the custom logic before running it, you can load the model's metadata using:
 
61
 
62
  # Why does it say some (probally all) models .keras files are 'unsafe'?
63
  Because i'm using callbacks that are custom python definitions, theres .keras files *should not be* unsafe.
 
64
 
65
  # Well how can i know it is safe?
66
  If you want to audit the custom logic before running it, you can load the model's metadata using: