README / README.md
LTEnjoy's picture
Update README.md
479c707 verified
|
raw
history blame
No virus
1.47 kB
---
title: README
emoji: πŸš€
colorFrom: blue
colorTo: green
sdk: static
pinned: false
---
Welcome to SaprotHub! SaprotHub is a collaborative community, aiming to empowers biologists by enabling them to create and train their own models without the need for advanced ML and coding expertise. We provide various preprocessed datasets and fine-tuned model checkpoints for users to directly utilize.
Be an author of SaprotHub by contributing new protein models!
ColabSaprot: [https://colab.research.google.com/github/westlake-repl/SaprotHub/blob/main/colab/SaprotHub.ipynb](https://colab.research.google.com/github/westlake-repl/SaprotHub/blob/main/colab/SaprotHub.ipynb)
For more details about the base model Saprot: [https://github.com/westlake-repl/SaProt](https://github.com/westlake-repl/SaProt)
If you want to upload your model or dataset, please ensure the model card and dataset card (README.md) follow the official format, such as [this model card](https://huggingface.co/SaProtHub/Model-EYFP_100K-650M) and [this dataset card](https://huggingface.co/datasets/SaProtHub/Dataset-Subcellular_Localization-DeepLoc). For example, your cards should include:
For dataset cards:
- A description of your task
- Splits
- Related paper (Optional)
- Meanings of each label (only for classification tasks)
- Others
For model cards:
- Base model description
- Task type
- Dataset description
- Model input type
- Performance
- LoRA config
- Training config
- Others