Datasets:

Modalities:
Text
Formats:
csv
Languages:
German
Libraries:
Datasets
pandas
License:
wikiquote-de-quotes / README.md
costrau's picture
Update README.md
28606b5
metadata
license: cc-by-sa-4.0
language:
  - de

Dataset Card for Wikiquotes German

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 datasets).