CoolFace
Datasetpublic

KennethTM/gooaq_pairs_danish

GooAQ (Google Answers to Google Questions) question-answer pairs in Danish About This dataset is a version of the GooAQ question-answer pairs dataset machine-translated from English to Danish (link to original dataset). Machine translation is performed using the Helsinki NLP English-to-Danish OPUS-MT model. The dataset contains ~3M question-answer pairs and can be used to train embedding and question-answer models. Each pair consists of one question ('query') and… See the full description on the dataset page: https://huggingface.co/datasets/KennethTM/gooaq_pairs_danish.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
2likes30downloads
Dataset Card

GooAQ (Google Answers to Google Questions) question-answer pairs in Danish

About

This dataset is a version of the GooAQ question-answer pairs dataset machine-translated from English to Danish (link to original dataset).

Machine translation is performed using the Helsinki NLP English-to-Danish OPUS-MT model.

The dataset contains ~3M question-answer pairs and can be used to train embedding and question-answer models. Each pair consists of one question ('query') and one passage containing the answer ('passage').

Usage

Using the HuggingFace datasets library:

python
from datasets import load_dataset

dataset = load_dataset("KennethTM/gooaq_pairs_danish")