Instructions to use JabaleNurAdnan/CS_Checkpoints_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use JabaleNurAdnan/CS_Checkpoints_Dataset with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://JabaleNurAdnan/CS_Checkpoints_Dataset") - Notebooks
- Google Colab
- Kaggle
Invalid JSON:Unexpected token 'I', ..."reshold": Infinity,
"... is not valid JSON
| { | |
| "tag": "CICIDS2017__Transformer__FedProx__iid", | |
| "dataset": "CICIDS2017", | |
| "model": "Transformer", | |
| "fl_algo": "FedProx", | |
| "partition": "iid", | |
| "n_clients": 30, | |
| "n_rounds": 30, | |
| "max_cap": 2000, | |
| "total_time_s": 7410.3, | |
| "model_params": 615, | |
| "model_mb": 0.0025, | |
| "final": { | |
| "accuracy": 0.8030041561497062, | |
| "precision": 0.0, | |
| "recall": 0.0, | |
| "f1_binary": 0.0, | |
| "f1_macro": 0.4453701082223304, | |
| "f1_weighted": 0.7152680958547515, | |
| "fpr": 0.0, | |
| "auc_roc": 0.5, | |
| "threshold": Infinity, | |
| "round": 30, | |
| "comm_mb": 0, | |
| "round_time_s": 0 | |
| } | |
| } |