Access Enformer components in Basenji
masterWhile the official Enformer implementation is maintained by Google DeepMind, this repository includes a modified version of the Enformer components. The implementation in this repository uses a parameters JSON file that approximates the original Enformer architecture but includes several specific modifications:
- Positional Encodings: Uses central mask only.
- Pooling: Attention pooling is replaced with max pooling.
- Optimization: Settings are tuned for smaller batch sizes.
- Regularization: L2 weight decay is applied throughout.
- Architecture: Filter counts may differ from the original implementation.