Instructions to use ChatterjeeLab/PepMLM-650M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChatterjeeLab/PepMLM-650M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ChatterjeeLab/PepMLM-650M")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ChatterjeeLab/PepMLM-650M") model = AutoModelForMaskedLM.from_pretrained("ChatterjeeLab/PepMLM-650M") - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ extra_gated_fields:
|
|
| 12 |
- Education
|
| 13 |
- label: Other
|
| 14 |
value: other
|
| 15 |
-
I agree
|
| 16 |
I agree not to file patents on any sequences generated by this model: checkbox
|
| 17 |
I agree to use this model for non-commercial use ONLY: checkbox
|
| 18 |
---
|
|
|
|
| 12 |
- Education
|
| 13 |
- label: Other
|
| 14 |
value: other
|
| 15 |
+
I agree to share generated sequences and associated data with authors before publishing: checkbox
|
| 16 |
I agree not to file patents on any sequences generated by this model: checkbox
|
| 17 |
I agree to use this model for non-commercial use ONLY: checkbox
|
| 18 |
---
|