CoolFace
7 shown

datasets

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

Clear all
01r1char9 /simplification-datasetДанный dataset был собран из корпуса "RuSimpleSentEval" (https://github.com/dialogue-evaluation/RuSimpleSentEval), а также "RuAdapt" (https://github.com/Digital-Pushkin-Lab/RuAdapt) для задачи упрощения текста (text simplification). from datasets import load_dataset data_files = {'train':"train.csv",'test':"test.csv"} dataset = load_dataset("r1char9/simplification", data_files=data_files) train_df = dataset['train'].to_pandas() test_df = dataset['test'].to_pandas() text1K<n<10K0 likes91 downloads24d agoHugging Face02bogdancazan /wikilarge-text-simplificationtext100K<n<1M5 likes89 downloads3y agoHugging Face03BramVanroy /chatgpt-dutch-simplification Dataset Card for ChatGPT Dutch Simplification Dataset Summary Created in light of a master thesis by Charlotte Van de Velde as part of the Master of Science in Artificial Intelligence at KU Leuven. Charlotte is supervised by Vincent Vandeghinste and Bram Vanroy. The dataset contains Dutch source sentences and aligned simplified sentences, generated with ChatGPT. All splits combined, the dataset consists of 1267 entries. Charlotte used gpt-3.5-turbo with the following… See the full description on the dataset page: https://huggingface.co/datasets/BramVanroy/chatgpt-dutch-simplification.text1K<n<10K5 likes58 downloads3y agoHugging Face04Nechba /wikilarge-text-simplificationtext100K<n<1M0 likes37 downloads5mo agoHugging Face05bogdancazan /news-not-not-ela-text-simplificationtext100K<n<1M3 likes27 downloads3y agoHugging Face06igornishka /dutch-municipal-sentence-simplificationtext1K<n<10K0 likes11 downloads2y agoHugging Face07bogdancazan /biendata_text_simplificationtext10K<n<100K0 likes9 downloads3y agoHugging Face

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