Fix typo
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ inference: false
|
|
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
|
11 |
|
12 |
This repo contains the weights of the PyTorch implementation by Phil Wang as seen in the [enformer-pytorch repository](https://github.com/lucidrains/enformer-pytorch).
|
13 |
|
|
|
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 3 days with sequence augmentations and pearson correlation objective.
|
11 |
|
12 |
This repo contains the weights of the PyTorch implementation by Phil Wang as seen in the [enformer-pytorch repository](https://github.com/lucidrains/enformer-pytorch).
|
13 |
|