Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,11 @@ Both models were trained on the [Histopathologic Cancer Detection Kaggle dataset
|
|
15 |
- Accuracy: 96.50% (Private), 96.75% (Public)
|
16 |
|
17 |
## Model Use
|
|
|
|
|
18 |
from huggingface_hub import hf_hub_download
|
19 |
from tensorflow.keras.models import load_model
|
|
|
20 |
|
21 |
# Download EfficientNetV2S model
|
22 |
model_path = hf_hub_download(repo_id="MooseML/EfficientNet-Cancer-Detection", filename="efficientnet_cancer_model.h5")
|
|
|
15 |
- Accuracy: 96.50% (Private), 96.75% (Public)
|
16 |
|
17 |
## Model Use
|
18 |
+
|
19 |
+
```sh
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
from tensorflow.keras.models import load_model
|
22 |
+
```
|
23 |
|
24 |
# Download EfficientNetV2S model
|
25 |
model_path = hf_hub_download(repo_id="MooseML/EfficientNet-Cancer-Detection", filename="efficientnet_cancer_model.h5")
|