Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ from your_model_definition_file import InterfuserHDPE
|
|
79 |
# Download the pre-trained model weights
|
80 |
model_path = hf_hub_download(
|
81 |
repo_id="BaseerAI/Interfuser-Baseer-v1",
|
82 |
-
filename="
|
83 |
)
|
84 |
|
85 |
# Instantiate your model architecture
|
|
|
79 |
# Download the pre-trained model weights
|
80 |
model_path = hf_hub_download(
|
81 |
repo_id="BaseerAI/Interfuser-Baseer-v1",
|
82 |
+
filename="pytorch_model.bin"
|
83 |
)
|
84 |
|
85 |
# Instantiate your model architecture
|