Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ValueError
Message:      Bad split: train. Available splits: ['validation']
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                File "/src/libs/libcommon/src/libcommon/utils.py", line 197, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 61, in get_rows
                  ds = load_dataset(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 2148, in load_dataset
                  return builder_instance.as_streaming_dataset(split=split)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1271, in as_streaming_dataset
                  raise ValueError(f"Bad split: {split}. Available splits: {list(splits_generators)}")
              ValueError: Bad split: train. Available splits: ['validation']

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Hindi-English Translation Dataset

πŸ“Œ Overview

This dataset consists of parallel Hindi-English text pairs intended for training and fine-tuning machine translation models. The data has been collected from various sources to ensure diversity in sentence structures and vocabulary.

πŸ“‚ Dataset Structure

  • Source Language: Hindi (hi)
  • Target Language: English (en)
  • Format: CSV / JSON / TXT
  • Columns:
    • source_text: The original Hindi sentence
    • target_text: The corresponding English translation

πŸ“Š Data Collection

The dataset has been curated from multiple publicly available resources, including open datasets, literary texts, and crowd-sourced translations. Low-quality translations have been filtered out to improve accuracy.

πŸ”₯ Use Cases

  • Training machine translation models
  • Fine-tuning pre-trained models like IndicTrans
  • Cross-lingual NLP research
  • Evaluating Hindi-English translation quality

πŸš€ How to Use

Load the dataset in Python:

from datasets import load_dataset

dataset = load_dataset("your-huggingface-username/your-dataset-name")
print(dataset)
Downloads last month
31

Models trained or fine-tuned on zainabfatima097/My_Dataset