Vietnamese portion of MLQA for monolingual QA
The train split is the machine translated train data from SQuAD v1.1.
The validation split and the test split are from MLQA.
We created this particular version with the following code:
import datasets
mlqa_train_dev = datasets.load_dataset("facebook/mlqa", "mlqa-translate-train.vi")
#… See the full description on the dataset page:
https://huggingface.co/datasets/phucdev/ViMLQA.