Highway Transformer
1.0.0
Este repositorio es el código de demostración de Transformer-XL que utiliza Self-Dependency Unit . Este trabajo está estrechamente relacionado con las variantes de Transformer mejoradas con Gating, como los Switch Transformers de Google.
Yekun Chai y otros. Alabama. , Highway Transformer : redes autónomas mejoradas con acceso automático (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=.
entrenamiento bpc | pérdida de entrenamiento |
---|---|
evaluación bpc | pérdida de evaluación |
---|---|
Para atribución en contextos académicos, cite este trabajo 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"
}