GSoC - Demos Project: Multi-Lingual Demo for the TyDi QA Task
RyanMullins opened this issue · 2 comments
RyanMullins commented
Goal: Add a demo with a multilingual model on the TyDi AQ task
Branch off of dev
.
- Dataset
- Make a Dataset wrapper for the TyDi QA dataset in the
./lit_nlp/examples/datasets
directory
- Make a Dataset wrapper for the TyDi QA dataset in the
- Model
- Find a compatible model in Hugging Face
- Make a Model wrapper class in the
./lit_nlp/examples/models
directory - Add unit tests (see examples in
./lit_nlp/examples/models/*_test.py
files)
- Demo
- Make a demo file called
tydi_demo.py
in the./lit_nlp/examples
directory - Import the TyDi QA dataset
- Import the model
- Configure the demo layout
- Make a demo file called
aryan1107 commented
Some multilingual models updated:
JAX models:
Other JAX Q/A models:
RyanMullins commented
@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?