Keras How to use kapilchauhan/roberta_model_classify_gen_text with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://kapilchauhan/roberta_model_classify_gen_text")