Update README.md
Browse files
README.md
CHANGED
|
@@ -63,7 +63,7 @@ class ProteinClassifier(nn.Module):
|
|
| 63 |
return output
|
| 64 |
|
| 65 |
# Download model files from Hugging Face Hub
|
| 66 |
-
repo_id = "
|
| 67 |
model_weights_path = hf_hub_download(repo_id=repo_id, filename="pytorch_model.bin")
|
| 68 |
alphabet_path = hf_hub_download(repo_id=repo_id, filename="alphabet.bin")
|
| 69 |
config_path = hf_hub_download(repo_id=repo_id, filename="config.json")
|
|
|
|
| 63 |
return output
|
| 64 |
|
| 65 |
# Download model files from Hugging Face Hub
|
| 66 |
+
repo_id = "raghavagps-group/antifp2"
|
| 67 |
model_weights_path = hf_hub_download(repo_id=repo_id, filename="pytorch_model.bin")
|
| 68 |
alphabet_path = hf_hub_download(repo_id=repo_id, filename="alphabet.bin")
|
| 69 |
config_path = hf_hub_download(repo_id=repo_id, filename="config.json")
|