phucdev/ViMLQA
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 # Machine translated train data from SQuAD v1.1. mlqa_train_dev = datasets.load_dataset("facebook/mlqa", "mlqa-translate-train.vi") # Original validation and test data from MLQA mlqa_val_test = datasets.load_dataset("facebook/mlqa", "mlqa.vi.vi") #… See the full description on the dataset page: https://huggingface.co/datasets/phucdev/ViMLQA.
036
