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