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
| { | |
| "tag": "Edge_IIoTset__BiLSTM__FedProx__non_iid", | |
| "dataset": "Edge_IIoTset", | |
| "model": "BiLSTM", | |
| "fl_algo": "FedProx", | |
| "partition": "non_iid", | |
| "n_clients": 30, | |
| "n_rounds": 30, | |
| "total_time_s": 6867.5, | |
| "model_params": 79233, | |
| "model_mb": 0.3169, | |
| "final": { | |
| "accuracy": 0.75395, | |
| "precision": 0.7854461254861408, | |
| "recall": 0.69878, | |
| "f1_binary": 0.7395827820877829, | |
| "f1_macro": 0.7531988040673854, | |
| "f1_weighted": 0.7531988040673854, | |
| "fpr": 0.19088, | |
| "auc_roc": 0.8671545724, | |
| "threshold": 0.49889522790908813 | |
| } | |
| } |