dodrio
1.0.0
一种交互式可视化系统,旨在帮助NLP的研究人员和从业人员分析和比较具有语言知识的基于变形金刚的模型中的注意力重量。
有关更多信息,请查看我们的手稿:
Dodrio:具有交互式可视化的探索变压器模型。 Zijie J. Wang,Robert Turko和Duen Horng Chau。 Arxiv预印度2021。ARXIV:2103.14625。
有关现场演示,请访问:http://poloclub.github.io/dodrio/
克隆或下载此存储库:
git clone [email protected]:poloclub/dodrio.git
# use degit if you don't want to download commit histories
degit poloclub/dodrio安装依赖项:
npm install然后运行Dodrio:
npm run dev导航到Localhost:5000。您应该在Broswer中看到Dodrio跑:)
要查看我们如何训练变压器或使用不同的模型或数据集自定义可视化,请访问./data-generation/ Directory。
Dodrio是由Jay Wang,Robert Turko和Polo Chau创建的。
@inproceedings { wangDodrioExploringTransformer2021 ,
title = { Dodrio: {{Exploring Transformer Models}} with {{Interactive Visualization}} } ,
shorttitle = { Dodrio } ,
booktitle = { Proceedings of the 59th {{Annual Meeting}} of the {{Association}} for {{Computational Linguistics}} and the 11th {{International Joint Conference}} on {{Natural Language Processing}}: {{System Demonstrations}} } ,
author = { Wang, Zijie J. and Turko, Robert and Chau, Duen Horng } ,
year = { 2021 } ,
pages = { 132--141 } ,
publisher = { {Association for Computational Linguistics} } ,
address = { {Online} } ,
language = { en }
}该软件可根据MIT许可证获得。
如果您有任何疑问,请随时打开问题或联系Jay Wang。