TianlaiChen commited on
Commit
f2258cc
·
verified ·
1 Parent(s): 036964f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -29,6 +29,13 @@ In total, PepMLM enables the generative design of candidate binders to any targe
29
  - Colab Notebook: [Link](https://colab.research.google.com/drive/1u0i-LBog_lvQ5YRKs7QLKh_RtI-tV8qM?usp=sharing)
30
  - Preprint: [Link](https://arxiv.org/abs/2310.03842)
31
 
 
 
 
 
 
 
 
32
  ```
33
  # Load model directly
34
  from transformers import AutoTokenizer, AutoModelForMaskedLM
 
29
  - Colab Notebook: [Link](https://colab.research.google.com/drive/1u0i-LBog_lvQ5YRKs7QLKh_RtI-tV8qM?usp=sharing)
30
  - Preprint: [Link](https://arxiv.org/abs/2310.03842)
31
 
32
+ # Apply for Access
33
+ As of February 2024, the model has been gated on HuggingFace. If you wish to use our model, please visit our page on the HuggingFace site ([Link](https://huggingface.co/ChatterjeeLab/PepMLM-650M)) and submit your access request there. An active HuggingFace account is necessary for both the application and subsequent modeling use. Approval of requests may take a few days, as we are a small lab with a manual approval process.
34
+
35
+ Once your request is approved, please input your personal access token below to begin using this notebook. We appreciate your understanding.
36
+
37
+ - How to find your access token: https://huggingface.co/docs/hub/en/security-tokens
38
+
39
  ```
40
  # Load model directly
41
  from transformers import AutoTokenizer, AutoModelForMaskedLM