openbmb/UltraData-SFT-Agent-2609
Viewer • Updated • 240k • 25k • 244
How to use superretrosfx/RVC-MODEL with KerasHub:
import keras_hub
# Create a Backbone model unspecialized for any task
backbone = keras_hub.models.Backbone.from_preset("hf://superretrosfx/RVC-MODEL")
How to use superretrosfx/RVC-MODEL with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://superretrosfx/RVC-MODEL")
Base model
nex-agi/Nex-N2.5-mini