lit icon indicating copy to clipboard operation
lit copied to clipboard

GSoC - Demos Project: Multi-Lingual Demo for the TyDi QA Task

Open RyanMullins opened this issue 3 years ago • 2 comments

Goal: Add a demo with a multilingual model on the TyDi AQ task

Branch off of dev.

  • [x] Dataset
    • [x] Make a Dataset wrapper for the TyDi QA dataset in the ./lit_nlp/examples/datasets directory
  • [x] Model
    • [x] Find a compatible model in Hugging Face
    • [x] Make a Model wrapper class in the ./lit_nlp/examples/models directory
    • [x] Add unit tests (see examples in ./lit_nlp/examples/models/*_test.py files)
  • [x] Demo
    • [x] Make a demo file called tydi_demo.py in the ./lit_nlp/examples directory
    • [x] Import the TyDi QA dataset
    • [x] Import the model
    • [x] Configure the demo layout

RyanMullins avatar Jun 09 '22 18:06 RyanMullins

Some multilingual models updated:

JAX models:

Other JAX Q/A models:

aryan1107 avatar Jun 12 '22 01:06 aryan1107

@iftenney can you take a look at the models above? Looks like they're all PyTorch, which is complicated internally. Maybe we need to think about training our own TF2/JAX variant of mT5?

RyanMullins avatar Jun 13 '22 13:06 RyanMullins