Instructions to use InsiderGuard-AI/ueba-models-v6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use InsiderGuard-AI/ueba-models-v6 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://InsiderGuard-AI/ueba-models-v6") - Notebooks
- Google Colab
- Kaggle
File size: 279 Bytes
a0f247f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"ae": {
"LOW": 241.74905014038086,
"MEDIUM": 543.5245117187519,
"HIGH": 741.5929092407275,
"CRITICAL": null
},
"if": {
"LOW": 0.5540427008418602,
"MEDIUM": 0.6647001185858218,
"HIGH": 0.7073527533238554,
"CRITICAL": null
}
} |