Metadata-Version: 2.1
Name: tkit-transformer-xl
Version: 0.0.0.4
Summary: Terry toolkit tkitDemo
Home-page: https://github.com/napoler/tkit_transformer_xl
Author: Terry Chan
Author-email: napoler2008@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pytorch-lightning (>=1.2.10)
Requires-Dist: transformers (>=4.0.0)
Requires-Dist: memory-transformer-xl (>=0.1.0)

# Transformer_xl
处理长文本序列
替代lstm


```
pip install tkit_transformer_xl
pip install git+https://github.com/napoler/tkit_transformer_xl.git

```


```
from tkit_transformer_xl import Transformer_xl
model=Transformer_xl()

```



