Highway Transformer
1.0.0
Ce dépôt est le code de démonstration de Transformer-XL utilisant Self-Dependency Unit . Ce travail est étroitement lié aux variantes de Transformer améliorées par Gating, telles que les Switch Transformers de Google.
Yekun Chai et. al. , Highway Transformer : réseaux auto-attentifs améliorés à déclenchement automatique (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=.
formation bpc | perte d'entraînement |
---|---|
évaluer le bpc | perte d'évaluation |
---|---|
Pour l'attribution dans des contextes académiques, veuillez citer ce travail comme :
@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"
}