jalammar / ecco

Explain, analyze, and visualize NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2, BERT, RoBERTA, T5, and T0).
https://ecco.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.98k stars 167 forks source link

How to add my own model like chinese-bert-wwm-ext #104

Open Myoontyee opened 1 year ago

Myoontyee commented 1 year ago

Thank you very much for your work, which has inspired me a lot in my research. Now I want to use the ./hfl/chinese-bert-wwm-ext model which is based on BERT for explorer, is there any tutorial here so that I can add my own model for .explore()?