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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,8 @@ 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 repo contains the weights of the PyTorch implementation by Phil Wang as seen in the [enformer-pytorch repository](https://github.com/lucidrains/enformer-pytorch).
11
 
12
  Disclaimer: The team releasing Enformer did not write a model card for this model so this model card has been written by the Hugging Face team.
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
+
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
 
14
  Disclaimer: The team releasing Enformer did not write a model card for this model so this model card has been written by the Hugging Face team.