gitextract_0788ko4s/ ├── .github/ │ └── workflows/ │ └── python-publish.yml ├── .gitignore ├── LICENSE ├── README.md ├── block_recurrent_transformer_pytorch/ │ ├── __init__.py │ └── block_recurrent_transformer_pytorch.py ├── data/ │ └── README.md ├── requirements.txt ├── setup.py └── train.py