How to use segestic/keras_nlp_modelv1 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://segestic/keras_nlp_modelv1")
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Log in or Sign Up to review the conditions and access this model content.
from huggingface_hub import Repository
repo = Repository(local_dir="xyz", clone_from="segestic/keras_nlp_modelv1")