Fix paper URL
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ inference: false
|
|
5 |
|
6 |
# Enformer
|
7 |
|
8 |
-
Enformer model. It was introduced in the paper [Effective gene expression prediction from sequence by integrating long-range interactions.](https://
|
9 |
|
10 |
This particular model was trained on sequences of 131,072 basepairs, target length 896 on v3-64 TPUs for 3 days with sequence augmentations and pearson correlation objective.
|
11 |
|
@@ -17,7 +17,7 @@ Disclaimer: The team releasing Enformer did not write a model card for this mode
|
|
17 |
|
18 |
Enformer is a neural network architecture based on the Transformer that led to greatly increased accuracy in predicting gene expression from DNA sequence.
|
19 |
|
20 |
-
We refer to the [paper](https://www.nature.com/articles/s41592-021-01252-x
|
21 |
|
22 |
### How to use
|
23 |
|
|
|
5 |
|
6 |
# Enformer
|
7 |
|
8 |
+
Enformer model. It was introduced in the paper [Effective gene expression prediction from sequence by integrating long-range interactions.](https://www.nature.com/articles/s41592-021-01252-x) by Avsec et al. and first released in [this repository](https://github.com/deepmind/deepmind-research/tree/master/enformer).
|
9 |
|
10 |
This particular model was trained on sequences of 131,072 basepairs, target length 896 on v3-64 TPUs for 3 days with sequence augmentations and pearson correlation objective.
|
11 |
|
|
|
17 |
|
18 |
Enformer is a neural network architecture based on the Transformer that led to greatly increased accuracy in predicting gene expression from DNA sequence.
|
19 |
|
20 |
+
We refer to the [paper](https://www.nature.com/articles/s41592-021-01252-x) published in Nature for details.
|
21 |
|
22 |
### How to use
|
23 |
|