File size: 452 Bytes
42629a3
 
8fd5f19
 
 
 
 
 
 
86b352c
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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"
}
```