The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

from datasets import load_dataset text= ["thank you very much for the help."#english : polite] text= ["why do you always behave like this?, #English : Impolite"] ds = load_dataset("BrachioLab/multilingual_politeness")

Downloads last month
17