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.99k stars 169 forks source link

How to increase fontsize of saliency output? #29

Closed VirajBagal closed 3 years ago

VirajBagal commented 3 years ago

image

Currently, the saliency output looks like the above. When I put this image in my paper, it looks very small. How can I increase the font size of the output?

jalammar commented 3 years ago

Try using the browser's zoom function. Otherwise, you can use the browser's inspector to increase the size. Try setting font-size: 200%; for the .token CSS class. Are you comfortable with HTML/CSS?

VirajBagal commented 3 years ago

I think the browser's zoom function will do the job. Thanks for the quick response. I'll close the issue.