/nlp-map

Visualization of the multilingual language models

Primary LanguageHTML

Language models diversity on the map

👉 Map is here: https://averkij.github.io/nlp-map/

Languages of the recent multilingual LMs visualized on the map. Made with plotly.

Dataset

Contribute

  • To add new model on the map, please inspect the langs.csv dataset and add a new boolean column.
  • Set desired languages to True.
  • Regenerate the html with make_html.py script.
  • Make a PR.