motivational-quotes / README.md
Andreas Sünder
Add minimal README
86b352c
|
raw
history blame
No virus
452 Bytes
---
license: cc
task_categories:
- text-classification
- text-generation
language:
- en
size_categories:
- 1K<n<10K
---
# Dataset Card for Motivational Quotes
This is a dataset of motivational quotes, scraped from [Goodreads](https://www.goodreads.com/quotes/). It contains more than 4000 quotes, each of them labeled with the author:
```json
{
"quote": "“Do not fear failure but rather fear not trying.”",
"author": "Roy T. Bennett"
}
```