Feature Extraction
Transformers
Safetensors
seqscreen
proteins
molecules
bioinformatics
drug-discovery
custom_code
Instructions to use SaeedLab/SeqScreen-Frozen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SaeedLab/SeqScreen-Frozen with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SaeedLab/SeqScreen-Frozen", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SaeedLab/SeqScreen-Frozen", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0fef163
1
Parent(s): 0f982f4
upload files
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ SeqScreen computes cosine similarities between protein and molecule embeddings,
|
|
| 39 |
### Similarity
|
| 40 |
|
| 41 |
```python
|
| 42 |
-
# code
|
| 43 |
```
|
| 44 |
|
| 45 |
|
|
@@ -53,4 +53,4 @@ This model and associated code are released under the CC-BY-NC-ND 4.0 license an
|
|
| 53 |
|
| 54 |
## Contact
|
| 55 |
|
| 56 |
-
For any additional questions or comments, contact Fahad Saeed (fsaeed@fiu.edu).
|
|
|
|
| 39 |
### Similarity
|
| 40 |
|
| 41 |
```python
|
| 42 |
+
# code here
|
| 43 |
```
|
| 44 |
|
| 45 |
|
|
|
|
| 53 |
|
| 54 |
## Contact
|
| 55 |
|
| 56 |
+
For any additional questions or comments, contact Fahad Saeed (fsaeed@fiu.edu).
|