CoolFace
20 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Cyberfish /text_error_correction文本纠错的相关数据 1 likes3.7k downloads5y agoHugging Face02shibing624 /chinese_text_correction Dataset Card 中文真实场景文本纠错数据集,包括拼写纠错、语法纠错、校对数据。 Repository: shibing624/pycorrector Dataset Summary 拼写纠错数据 lemon_*.tsv:各领域拼写纠错数据集,包括汽车、医疗、新闻、游戏等领域,来自 https://github.com/gingasan/lemon/tree/main/lemon_v2 ec_*.tsv:法律、医学、政府领域拼写纠错数据集,来自 https://github.com/aopolin-lv/ECSpell/tree/main/Data/domains_data medical_csc.tsv :医学领域拼写纠错数据集,来自 https://github.com/yzhihao/MCSCSet/tree/main/data/mcsc_benchmark_dataset… See the full description on the dataset page: https://huggingface.co/datasets/shibing624/chinese_text_correction.text100K<n<1M15 likes337 downloads2y agoHugging Face038uBob /text_error_correction文本纠错的相关数据 0 likes259 downloads2mo agoHugging Face04GenSEC-LLM /SLT-Task1-Post-ASR-Text-Correction Dataset Name: Pilot dataset for Multi-domain ASR corrections Description This dataset is a pilot version of a larger dataset for automatic speech recognition (ASR) corrections across multiple domains. It contains paired hypotheses and corrected transcriptions for various ASR tasks consolidated from PeacefulData/HyPoradise-v0 Structure Data Split The dataset is divided into training and test splits: Training Data: 281,082 entries Approximately 6,255… See the full description on the dataset page: https://huggingface.co/datasets/GenSEC-LLM/SLT-Task1-Post-ASR-Text-Correction.text100K<n<1M2 likes114 downloads2y agoHugging Face05FrancophonIA /ICDAR_2019_Competition_Post-OCR_Text_Correction [!NOTE] Dataset origin: https://zenodo.org/records/3515403 Corpus for the ICDAR2019 Competition on Post-OCR Text Correction (October 2019) => Website: http://l3i.univ-larochelle.fr/ICDAR2019PostOCR Description: The corpus accounts for 22M OCRed characters along with the corresponding Gold Standard (GS). The documents come from different digital collections available, among others, at the National Library of France (BnF) and the British Library (BL). The corresponding GS… See the full description on the dataset page: https://huggingface.co/datasets/FrancophonIA/ICDAR_2019_Competition_Post-OCR_Text_Correction.0 likes77 downloads1y agoHugging Face06LakoreAI /vn-text-correction-0001 Dataset Card for Vietnamese Text Correction Dataset Dataset Description This dataset contains Vietnamese text pairs for training and evaluating text correction models. Each example consists of an erroneous text and its corrected version, making it ideal for: Grammar correction Spelling correction Text normalization Language model fine-tuning Dataset Summary Language: Vietnamese (vi) Format: Text correction pairs Size: ~4.0M examples across… See the full description on the dataset page: https://huggingface.co/datasets/LakoreAI/vn-text-correction-0001.textfill-mask1M<n<10M0 likes61 downloads11mo agoHugging Face07marcelone /text-correction_collection Human Samples These samples contains contains human-written sentences produced during language learning practice, combined with AI-based grammatical verification and correction. The original sentences were written by language learners who often did not know whether their sentences were correct or incorrect. These authentic learner inputs capture a wide range of natural mistakes, such as spelling, syntax, word choice, and structure errors. Synthetic Samples These… See the full description on the dataset page: https://huggingface.co/datasets/marcelone/text-correction_collection.texttext-generation1K<n<10K0 likes47 downloads10mo agoHugging Face08protonx-models /text-correction-validationtext100K<n<1M11 likes45 downloads10mo agoHugging Face09WangZeJun /construct_text_correction construct_text_correction 使用程序自动构造文本纠错数据集,包含拼写和语法纠错数据,可用于中文校对模型的训练。 Data Fields Field Type Description source string 可能包含拼写/语法错误的源句子 target string 纠错后的目标句子 label int 源句子中是否包含错误,若为1,则包含错误,否则不包含错误。 { "source": "健全国有林区经营管理体制,完散集体林权制度改革。", "target": "健全国有林区经营管理体制,完善集体林权制度改革。", "label": 1 } Construction 安装 ltp: pip install ltp ltp-core ltp-extension 生成 4k 条纠错句子对 4k.jsonl: python finetune_data.py \ --input sentences/4k.txt \… See the full description on the dataset page: https://huggingface.co/datasets/WangZeJun/construct_text_correction.text10K<n<100K0 likes37 downloads1y agoHugging Face10gudleifrr /text-correction-entext100K<n<1M0 likes29 downloads2y agoHugging Face11llllliuuy /Group_M_An_Annotated_Dataset_for_Hearing-Impaired_Speech-to-Text_Correction Title An Annotated Dataset for Hearing-Impaired Speech-to-Text Correction Abstract This dataset is specifically designed for the task of correcting speech to text errors in hearing-impaired individuals. It includes one hour of real speech files of hearing-impaired individuals, automatic speech recognition (ASR) output text, and manually corrected standard text. We searched for an hour of audio from hearing-impaired individuals to ensure that the voice was authentic and… See the full description on the dataset page: https://huggingface.co/datasets/llllliuuy/Group_M_An_Annotated_Dataset_for_Hearing-Impaired_Speech-to-Text_Correction.text1K<n<10K0 likes17 downloads5mo agoHugging Face12xlp100 /chinese_text_correction Dataset Card 中文真实场景文本纠错数据集,包括拼写纠错、语法纠错、校对数据。 Repository: shibing624/pycorrector Dataset Summary 拼写纠错数据 lemon_*.tsv:各领域拼写纠错数据集,包括汽车、医疗、新闻、游戏等领域,来自 https://github.com/gingasan/lemon/tree/main/lemon_v2 ec_*.tsv:法律、医学、政府领域拼写纠错数据集,来自 https://github.com/aopolin-lv/ECSpell/tree/main/Data/domains_data medical_csc.tsv :医学领域拼写纠错数据集,来自 https://github.com/yzhihao/MCSCSet/tree/main/data/mcsc_benchmark_dataset… See the full description on the dataset page: https://huggingface.co/datasets/xlp100/chinese_text_correction.text100K<n<1M0 likes11 downloads7mo agoHugging Face13Vardis /wiki_text_correctiontext100K<n<1M0 likes7 downloads1y agoHugging Face14Heehobino /transtrue_text_correctiontextn<1K0 likes5 downloads2y agoHugging Face15Masabattula /Telugu_Text_Correction0 likes4 downloads2y agoHugging Face16XA7 /text-correctiontext1K<n<10K0 likes4 downloads2y agoHugging Face17InnaBoby /text_correction_finetuningtext1K<n<10K0 likes3 downloads11mo agoHugging Face18ilnazziiazi /recognised_text_correctiontextn<1K0 likes2 downloads7mo agoHugging Face19nhatto12 /text_correction_vietnamese_documentationgated0 likes1 downloads2y agoHugging Face20XuanHa1111 /text-correction-basegatedtext10M<n<100M0 likes1 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.