CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-sa-4.0updated 3y agoView on Hugging Face
2likes37downloads
8 commits on main
28606b53y ago

Update README.md

costrau
25101053y ago

Add script for crawling quotes

costrau
1e4b1dc3y ago

name first col 'id'

aleneum
df873673y ago

Rename DeutscheZitate.csv to train.csv

aleneum
2b47c663y ago

Update README.md

aleneum
d76b23c3y ago

Update license

aleneum
19ddd193y ago

Upload DeutscheZitate.csv

aleneum
881b97c3y ago

initial commit

aleneum