Andreas Sünder
commited on
Commit
•
86b352c
1
Parent(s):
8fd5f19
Add minimal README
Browse files
README.md
CHANGED
@@ -7,4 +7,15 @@ language:
|
|
7 |
- en
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- en
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
10 |
+
---
|
11 |
+
|
12 |
+
# Dataset Card for Motivational Quotes
|
13 |
+
|
14 |
+
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:
|
15 |
+
|
16 |
+
```json
|
17 |
+
{
|
18 |
+
"quote": "“Do not fear failure but rather fear not trying.”",
|
19 |
+
"author": "Roy T. Bennett"
|
20 |
+
}
|
21 |
+
```
|