lxzcpro commited on
Commit
d72177b
·
verified ·
1 Parent(s): 41d6c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,10 +1,40 @@
1
  ---
2
  title: README
3
  emoji: 🚀
4
- colorFrom: purple
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
  emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+
9
  ---
10
 
11
+ Welcome to SeprotHub! SeprotHub is a collaborative community that empowers biologists to create and train models without requiring advanced ML and coding expertise. Through ColabSeprot, biologists can share their trained models for direct use or further re-training by others.
12
+
13
+ When using shared models, please cite the original publications where available.
14
+
15
+ ColabSeprot:
16
+ <a href="https://colab.research.google.com/github/lxzcpro/SaprotHub/blob/main/colab/SeprotHub_v2_dev.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" style="max-width: 100%;"></a>
17
+
18
+ For more details about the base model Saprot:
19
+ <a href="https://github.com/westlake-repl/SaProt"><img src="https://img.shields.io/github/stars/westlake-repl/SaProt?style=social&label=Code+Stars" style="max-width: 100%;"></a>
20
+
21
+ <!-- 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: -->
22
+
23
+ <!--
24
+ For dataset cards:
25
+ - A description of your task
26
+ - Splits
27
+ - Related paper (Optional)
28
+ - Meanings of each label (only for classification tasks)
29
+ - Others
30
+
31
+ For model cards:
32
+ - Base model description
33
+ - Task type
34
+ - Dataset description
35
+ - Model input type
36
+ - Performance
37
+ - LoRA config
38
+ - Training config
39
+ - Others
40
+ -->