OpenAssistant/oasst1
Viewer • Updated • 88.8k • 23.9k • 1.52k
How to use Berev/MegaChatger with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://Berev/MegaChatger")
Configuration Parsing Warning:Invalid JSON for config file config.json
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Berev/MegaChatger")