Instructions to use warmiros/unsafe_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use warmiros/unsafe_models with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://warmiros/unsafe_models") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- unsafe.h5 +3 -0
- unsafe.keras +0 -0
unsafe.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd3190789c51aa80596186357f4669833cbca00c01b2f3b2a7d926ce609762c7
|
| 3 |
+
size 17920
|
unsafe.keras
ADDED
|
Binary file (20.6 kB). View file
|
|
|