CoolFace
Datasetpublic

seongs/dell-qa-en-to-ko-translated-by-ke-t5-base

Dell QA English to Korean Translation Dataset Dataset Description This dataset, dell-qa-en-to-ko-translated-by-ke-t5-base, is a Korean translation of the original English Dell QA dataset. Source The original dataset, dell_qa, is designed for question-answering tasks and contains questions and answers related to Dell technologies. This translated version extends the utility to Korean language tasks. Dataset Structure Data… See the full description on the dataset page: https://huggingface.co/datasets/seongs/dell-qa-en-to-ko-translated-by-ke-t5-base.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes19downloads
Dataset Card

Dell QA English to Korean Translation Dataset

Dataset Description

This dataset, [dell-qa-en-to-ko-translated-by-ke-t5-base](https://huggingface.co/seongs/ke-t5-base-aihub-koen-translation-integrated-10m-en-to-ko), is a Korean translation of the original English Dell QA dataset.

Source

The original dataset, dell_qa, is designed for question-answering tasks and contains questions and answers related to Dell technologies. This translated version extends the utility to Korean language tasks.

Dataset Structure

Data Fields

  • —input
  • —instruction
  • —output

Use Cases

This dataset can be used for training and evaluating models on Korean question-answering tasks. It can also serve as a benchmark for machine translation models and natural language understanding in Korean.

How to Use

Here is an example of how to load this dataset using the Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset('seongs/dell-qa-en-to-ko-translated-by-ke-t5-base')