Highway Transformer
1.0.0
Este repositório é o código de demonstração do Transformer-XL usando Self-Dependency Unit . Este trabalho está intimamente relacionado às variantes do Transformer aprimorado por Gating, como os Switch Transformers do Google.
Yekun Chai et. al. , Highway Transformer : redes autoatentivas aprimoradas com autoatendimento (ACL 2020)
bash getdata.sh
cd pytorch/xl_L6_scripts && bash < script-name > .sh train --work_dir " PATH_TO_WORK_DIR "
cd XL-L6-results && tensorboard --logdir=.
treinamento bpc | perda de treinamento |
---|---|
avaliação bpc | perda de avaliação |
---|---|
Para atribuição em contextos acadêmicos, cite este trabalho como:
@inproceedings{chai-etal-2020-highway,
title = " Highway Transformer : Self-Gating Enhanced Self-Attentive Networks",
author = "Chai, Yekun and
Jin, Shuo and
Hou, Xinwen",
booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2020",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/2020.acl-main.616",
pages = "6887--6900"
}