yurakuratov commited on
Commit
579d5b0
1 Parent(s): f26161a

docs: add finetuned models to readme

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -17,7 +17,15 @@ Differences between GENA-LM (`gena-lm-bert-large-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.544594v1
 
 
 
 
 
 
 
 
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 prediction 300bp (branch [promoters_300_run_1](https://huggingface.co/AIRI-Institute/gena-lm-bert-large-t2t/tree/promoters_300_run_1))
24
+ - promoters prediction 2000bp (branch [promoters_2000_run_1](https://huggingface.co/AIRI-Institute/gena-lm-bert-large-t2t/tree/promoters_2000_run_1))
25
+ - splice sites prediction (branch [spliceai_run_1](https://huggingface.co/AIRI-Institute/gena-lm-bert-large-t2t/tree/spliceai_run_1))
26
+
27
+ and models that are used in our [GENA-Web](https://dnalm.airi.net) web tool for genomic sequence annotation:
28
+ - promoters prediction 2000bp (branch [gena_web_promoters_2000](https://huggingface.co/AIRI-Institute/gena-lm-bert-large-t2t/tree/gena_web_promoters_2000))
29
 
30
  ## Examples
31