Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ model-index:
|
|
| 29 |
|
| 30 |
Use the code below to get started with the model.
|
| 31 |
|
| 32 |
-
```
|
| 33 |
model = MixtureOfExperts(num_experts=10)
|
| 34 |
|
| 35 |
checkpoint_path = "FP_ML_MOE_SIMPLE_99_75.pth"
|
|
@@ -70,18 +70,9 @@ SGD with learning rate of 0.01 and learning rate decay to 0.001
|
|
| 70 |
https://huggingface.co/datasets/ylecun/mnist
|
| 71 |
|
| 72 |
#### Metrics
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
- task:
|
| 77 |
-
type: image-classification
|
| 78 |
-
dataset:
|
| 79 |
-
name: MNIST
|
| 80 |
-
type: image-classification
|
| 81 |
-
metrics:
|
| 82 |
-
- name: Accuracy
|
| 83 |
-
type: Accuracy
|
| 84 |
-
value: 99.75
|
| 85 |
## Technical Specifications [optional]
|
| 86 |
|
| 87 |
### Model Architecture
|
|
|
|
| 29 |
|
| 30 |
Use the code below to get started with the model.
|
| 31 |
|
| 32 |
+
```python
|
| 33 |
model = MixtureOfExperts(num_experts=10)
|
| 34 |
|
| 35 |
checkpoint_path = "FP_ML_MOE_SIMPLE_99_75.pth"
|
|
|
|
| 70 |
https://huggingface.co/datasets/ylecun/mnist
|
| 71 |
|
| 72 |
#### Metrics
|
| 73 |
+
Accuracy: 99.75%
|
| 74 |
+
Error rate: 0.25%
|
| 75 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
## Technical Specifications [optional]
|
| 77 |
|
| 78 |
### Model Architecture
|