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.
Update README.md
Add script for crawling quotes
name first col 'id'
Rename DeutscheZitate.csv to train.csv
Update README.md
Update license
Upload DeutscheZitate.csv
initial commit
