This dataset contains german quotes from wikiquote. It consists of two columns named 'author' and 'quote'.
For regenerating the dataset we provided the source code in this repo. You can use it as follows:
pip install bs4 pandas
python CrawlingQuotes.py
For usag in python just include
from datasets import load_dataset
training_data = load_dataset("caretech-owl/wikiquote-de-quotes", split="train")
after installing 🤗 datasets (pip install… See the full description on the dataset page:
https://huggingface.co/datasets/caretech-owl/wikiquote-de-quotes.