Instructions to use ElBeh/ma_basemodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ElBeh/ma_basemodel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ElBeh/ma_basemodel") - Notebooks
- Google Colab
- Kaggle
Delete .gitattributes
Browse files- .gitattributes +0 -2
.gitattributes
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
model_p2_unregulated.keras filter=lfs diff=lfs merge=lfs -text
|
| 2 |
-
model.weights.h5 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|