PratikBShinde commited on
Commit
8e5acb7
·
verified ·
1 Parent(s): ae05af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "your-username/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")
 
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")