zainabfatima097/SAWiT.AI
Updated
β’
8
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.
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.
hi) en) source_text: The original Hindi sentence target_text: The corresponding English translationThe 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.
from datasets import load_dataset
dataset = load_dataset("your-huggingface-username/your-dataset-name")
print(dataset)