Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 649 Bytes

Installation

Average is not Enough: Caveats of Multilingual Evaluation

This is an accompanying repository to our paper Average is not Enough: Caveats of Multilingual Evaluation

Colab demo

You can use this code in Google Colab. Demo is available here

Local Installation

First build the docker image:

docker build . -t multilingual_evaluation

Then you can run it and the notebooks will work

docker run -p 8888:8888 -v ${PWD}:/labs -it multilingual_evaluation

Examples of visualizations are in the n_figures.ipynb notebook