yurakuratov
commited on
Commit
•
aaedaf4
1
Parent(s):
21343b9
docs: add finetuned models to readme
Browse files
README.md
CHANGED
@@ -17,7 +17,17 @@ Differences between GENA-LM (`gena-lm-bert-base-t2t`) and DNABERT:
|
|
17 |
|
18 |
Source code and data: https://github.com/AIRI-Institute/GENA_LM
|
19 |
|
20 |
-
Paper: https://www.biorxiv.org/content/10.1101/2023.06.12.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Examples
|
23 |
|
|
|
17 |
|
18 |
Source code and data: https://github.com/AIRI-Institute/GENA_LM
|
19 |
|
20 |
+
Paper: https://www.biorxiv.org/content/10.1101/2023.06.12.544594
|
21 |
+
|
22 |
+
This repository also contains models that are finetuned on downstream tasks:
|
23 |
+
- promoters predictions (branch [promoters_300_run_1](https://huggingface.co/AIRI-Institute/gena-lm-bert-base-t2t/tree/promoters_300_run_1))
|
24 |
+
- splice sites prediction (branch [spliceai_run_1](https://huggingface.co/AIRI-Institute/gena-lm-bert-base-t2t/tree/spliceai_run_1))
|
25 |
+
- epigenetic features and gene expression (trained on enformer dataset, branch [enformer](https://huggingface.co/AIRI-Institute/gena-lm-bert-base-t2t/tree/enformer))
|
26 |
+
|
27 |
+
and models that are used in our [GENA-Web](https://dnalm.airi.net) web tool for genomic sequence annotation:
|
28 |
+
- deepsea (gena_web_deepsea, branch [gena_web_deepsea](https://huggingface.co/AIRI-Institute/gena-lm-bert-base-t2t/tree/gena_web_deepsea))
|
29 |
+
- deepstarr (gena_web_deepstarr, branch [gena_web_deepstarr](https://huggingface.co/AIRI-Institute/gena-lm-bert-base-t2t/tree/gena_web_deepstarr))
|
30 |
+
|
31 |
|
32 |
## Examples
|
33 |
|