CoolFace
Datasetpublic

SPEAK-PP/sinhala-spelling-correction-already-corrected-pairs

Sinhala ASR Prediction-Reference Dataset (3000 no-numbers) Dataset Description This dataset contains sentence pairs for spelling correction: dyslexic_sentence: noisy / predicted text clean_sentence: clean reference text Dataset Statistics Split Samples Train 2,400 Eval 300 Test 300 Total 3,000 Usage from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/SPEAK-PP/sinhala-spelling-correction-already-corrected-pairs.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes10downloads
Dataset Card

Sinhala ASR Prediction-Reference Dataset (3000 no-numbers)

Dataset Description

This dataset contains sentence pairs for spelling correction:

  • —dyslexic_sentence: noisy / predicted text
  • —clean_sentence: clean reference text

Dataset Statistics

SplitSamples
Train2,400
Eval300
Test300
Total3,000

Usage

python
from datasets import load_dataset

dataset = load_dataset("SPEAK-PP/sinhala-spelling-correction-already-corrected-pairs")
print(dataset["train"][0])