lxzcpro commited on
Commit
1d3a14d
Β·
verified Β·
1 Parent(s): d0d184d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -4
README.md CHANGED
@@ -1,10 +1,38 @@
1
  ---
2
  title: README
3
- emoji: πŸ†
4
- colorFrom: yellow
5
- colorTo: purple
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 ProTrekHub! ProTrekHub 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.
12
+
13
+ Be an author of ProTrekHub by contributing new protein models!
14
+
15
+ ColabProTrek: TBD
16
+
17
+ For more details about the base model ProTrek: [https://github.com/westlake-repl/ProTrek](https://github.com/westlake-repl/ProTrek)
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
23
+ - Splits
24
+ - Related paper (Optional)
25
+ - Meanings of each label (only for classification tasks)
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
+
38
+