Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Languages

We initially provide data for 10 languages:

  1. Armenian (arm)
  2. Bulgarian (bul)
  3. French (fre)
  4. Georgian (geo)
  5. Hindi (hin)
  6. Hungarian (hun)
  7. Icelandic (ice)
  8. Korean (kor)
  9. Lithuanian (lit)
  10. Modern Greek (gre)

Update (2020-04-20): the surprise languages are now announced. They are:

  1. Adyghe (ady)
  2. Dutch (dut)
  3. Japanese hiragana (jpn)
  4. Romanian (rum)
  5. Vietnamese (vie)

Baseline results

Results for the three baselines will be made available here as they become available.

Using the baselines

conda is recommended for a reproducible environment. Once you have conda installed, create a new conda environment by running this:

conda env create -f environment.yml

The new environment is called "task1". Activate it by running this:

conda activate task1