LTEnjoy commited on
Commit
479c707
1 Parent(s): 6f3f972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -16,7 +16,7 @@ ColabSaprot: [https://colab.research.google.com/github/westlake-repl/SaprotHub/b
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
@@ -26,10 +26,12 @@ For dataset cards:
26
  - Others
27
 
28
  For model cards:
29
- - A description of your task
30
- - Dataset description
31
  - Base model description
32
- - Training configurations
33
- - Meanings of each label (only for classification tasks)
 
 
 
 
34
  - Others
35
 
 
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-EYFP_100K-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
 
26
  - Others
27
 
28
  For model cards:
 
 
29
  - Base model description
30
+ - Task type
31
+ - Dataset description
32
+ - Model input type
33
+ - Performance
34
+ - LoRA config
35
+ - Training config
36
  - Others
37