Feature Extraction
PEFT
Safetensors
PyTorch
English
biology
genomics
bioinformatics
protein-language-model
lora
Instructions to use Amin-Saeidi/PhageContraMLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Amin-Saeidi/PhageContraMLM with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 603 Bytes
953486a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | [build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "phage-contramlm"
version = "1.1.0"
description = "A fine-tuned ProtT5 model using Contrastive + MLM loss for phage protein sequence representation."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"torch==2.6.0",
"transformers==4.37.2",
"peft==0.10.0",
"pandas==3.0.1",
"numpy==2.3.5",
"matplotlib==3.10.8",
"seaborn==0.13.2",
"scikit-learn==1.8.0",
"hnswlib==0.8.0",
"safetensors==0.7.0",
"sentencepiece==0.2.0"
] |