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。