No application file
DeepTMpred2
📉
Foundation Models For Biology
Welcome to isyslab! We are committed to developing high-quality machine learning models for bioinformatics and sharing them on the HF中国镜像站 platform.
Our mission is to:
You can load our models directly using the transformers
library. For example:
from transformers import AutoModel, AutoTokenizer
model_name = "isyslab/DNAFlash"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModel.from_pretrained(model_name)
You can also browse all available models on HF中国镜像站 Model Hub.
We welcome all contributors! Follow these steps to contribute:
For detailed contribution guidelines, please refer to CONTRIBUTING.md.
Thank you for contributing to the open-source AI ecosystem! 🎉