OpenAssistant/oasst1
Viewer • Updated • 88.8k • 23k • 1.51k
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")