AI & ML interests

Foundation Models For Biology

Recent Activity

wangleiofficial  updated a Space 11 days ago
isyslab/LocPred-Prok
wangleiofficial  published a Space 12 days ago
isyslab/LocPred-Prok
wangleiofficial  updated a model 6 months ago
isyslab/DNAFlash
View all activity

Welcome to isyslab! We are committed to developing high-quality machine learning models for bioinformatics and sharing them on the Hugging Face platform.

🚀 Mission

Our mission is to:

  • Develop and optimize bioinformatics tools
  • Provide high-quality pre-trained models for bioinformatics and benchmark results
  • Foster open-source collaboration to advance AI research and applications

📂 Resources

📦 How to Use

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 Hugging Face Model Hub.

🤝 Contribution Guide

We welcome all contributors! Follow these steps to contribute:

  1. Fork the repository from our organization
  2. Create a branch for your changes
  3. Submit a Pull Request with a description of your modifications
  4. Wait for review, and we will merge your contribution as soon as possible

For detailed contribution guidelines, please refer to CONTRIBUTING.md.

📢 Contact Us

Thank you for contributing to the open-source AI ecosystem! 🎉