YusufBayram-Personal commited on
Commit
b557639
·
verified ·
1 Parent(s): a54eae8

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +29 -0
  2. config.json +8 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - federated-learning
4
+ - resnet18
5
+ - MNIST
6
+ - median
7
+ datasets:
8
+ - MNIST
9
+ ---
10
+
11
+ # resnet18 - Federated Learning Round 43
12
+
13
+ ## Model Details
14
+ - **Architecture**: resnet18
15
+ - **Dataset**: MNIST
16
+ - **Training Strategy**: median
17
+ - **Round**: 43
18
+ - **Number of Classes**: 10
19
+
20
+ ## Training Information
21
+ This model was trained using federated learning with the median aggregation strategy.
22
+
23
+ ## Usage
24
+ ```python
25
+ import torch
26
+
27
+ model = torch.load("pytorch_model.bin")
28
+ model.eval()
29
+ ```
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "resnet18",
3
+ "dataset": "MNIST",
4
+ "num_classes": 10,
5
+ "round": 43,
6
+ "strategy": "median",
7
+ "architecture": "ResNet18"
8
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc249d077235cc7f6f17e762fa033e8d0730ac1f06b2ce337157a7533e5af12c
3
+ size 44773490