AI & ML interests

Foundation Models For Biology

Recent Activity

wangleiofficial  updated a Space 3 days ago
isyslab/README
wangleiofficial  updated a model 5 days ago
isyslab/DNAFlash
wangleiofficial  published a model 9 days 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 HF中国镜像站 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 HF中国镜像站 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! 🎉