MM-YY-WW commited on
Commit
1e4ca1b
·
verified ·
1 Parent(s): d8fdc3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -1,15 +1,17 @@
1
- ---
2
- license: mit
3
- pipeline_tag: feature-extraction
4
- tags:
5
- - biology
6
- ---
7
-
8
- # Model Card for Model ID
9
-
10
- <!-- Provide a quick summary of what the model is/does. -->
11
-
12
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
 
 
13
 
14
  ## Model Details
15
  GoBERT: Gene Ontology Graph Informed BERT for Universal Gene Function Prediction.
@@ -24,7 +26,7 @@ First encoder to capture relations among GO functions. Could generate GO functio
24
  <!-- Provide the basic links for the model. -->
25
 
26
  - **Repository:** https://github.com/MM-YY-WW/GoBERT
27
- - **Paper:** GoBERT: Gene Ontology Graph Informed BERT for Universal Gene Function Prediction.
28
  - **Demo:** https://gobert.nasy.moe/
29
 
30
  ## How to Get Started with the Model
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: feature-extraction
4
+ tags:
5
+ - biology
6
+ - Gene
7
+ - Protein
8
+ - GO
9
+ - MLM
10
+ - Gene function
11
+ - Gene Ontology
12
+ - DAG
13
+ - Protein function
14
+ ---
15
 
16
  ## Model Details
17
  GoBERT: Gene Ontology Graph Informed BERT for Universal Gene Function Prediction.
 
26
  <!-- Provide the basic links for the model. -->
27
 
28
  - **Repository:** https://github.com/MM-YY-WW/GoBERT
29
+ - **Paper:** GoBERT: Gene Ontology Graph Informed BERT for Universal Gene Function Prediction. (AAAI-25)
30
  - **Demo:** https://gobert.nasy.moe/
31
 
32
  ## How to Get Started with the Model