Initial commit with model and configuration 2db586b
RLD commited on
How to use YvanRLD/JarviSpore with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://YvanRLD/JarviSpore")