caretech-owl/wikiquote-de-quotes
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… See the full description on the dataset page: https://huggingface.co/datasets/caretech-owl/wikiquote-de-quotes.
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.pyFor 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``).
- Attribution: Raw data was retrieved from https://dumps.wikimedia.org/dewikiquote/ on November 27th.
- License: CC BY-SA 4.0
