How to use Neurazum/bai-Mind-64 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Neurazum/bai-Mind-64")
license: cc-by-nc-sa-4.0