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