How to use talhajaved/cryptomodel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://talhajaved/cryptomodel")
Simple NN that takes in 27 parameters related to a cryptocurrency and classifies the datapoint as 0 OR 1.