nielsr HF staff commited on
Commit
771e52f
1 Parent(s): 77f0b3f

Fix paper URL

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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://arxiv.org/abs/2010.11929) 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 2 and a half days without augmentations and poisson loss.
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#citeas) published in Nature for details.
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 2 and a half days without augmentations and poisson loss.
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