CluelessNovice
commited on
Commit
•
4d4d705
1
Parent(s):
a0c2e5e
Update README.md
Browse files
README.md
CHANGED
@@ -16,3 +16,20 @@ ColabSaprot: [https://colab.research.google.com/drive/1nxYBed32rkAvoUpt8996Ge6D-
|
|
16 |
|
17 |
For more details about the base model Saprot: [https://github.com/westlake-repl/SaProt](https://github.com/westlake-repl/SaProt)
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
For more details about the base model Saprot: [https://github.com/westlake-repl/SaProt](https://github.com/westlake-repl/SaProt)
|
18 |
|
19 |
+
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-Subcellular_Localization-650M) and [this dataset card](https://huggingface.co/datasets/SaProtHub/Dataset-Subcellular_Localization-DeepLoc). For example, your cards should include:
|
20 |
+
|
21 |
+
For dataset cards:
|
22 |
+
- A description of your task
|
23 |
+
- Splits
|
24 |
+
- Related paper (Optional)
|
25 |
+
- Meanings of each label (only for classification tasks)
|
26 |
+
- Others
|
27 |
+
|
28 |
+
For model cards:
|
29 |
+
- A description of your task
|
30 |
+
- Dataset
|
31 |
+
- Base model
|
32 |
+
- Training configurations
|
33 |
+
- Meanings of each label (only for classification tasks)
|
34 |
+
- Others
|
35 |
+
|