Open-Orca/OpenOrca
Viewer • Updated • 2.94M • 51.9k • 1.54k
How to use runMark/tttttxxx with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://runMark/tttttxxx")
How to use runMark/tttttxxx with Scikit-learn:
from huggingface_hub import hf_hub_download
import joblib
model = joblib.load(
hf_hub_download("runMark/tttttxxx", "sklearn_model.joblib")
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.htmlYAML Metadata Error:"widget" must be an array
test model card