Commit
·
eaa6a75
1
Parent(s):
769439c
Update README.md
Browse files450 quotes by 9 philosophers (50 quotes each), labeled with the author and with a variable number of topic tags.
The quotes originally come from https://www.kaggle.com/datasets/mertbozkurt5/quotes-by-philosophers (CC BY-NC-SA 4.0).
The text of each quote has been cleaned of soft-hyphens (`\xad`) and other weird characters.
The topic labeling has been done with a default HuggingFace zero-shot classifier pipeline with multi_labels.
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
task_categories:
|
4 |
- conversational
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
- code
|
9 |
-
pretty_name: Philosophers
|
10 |
size_categories:
|
11 |
-
-
|
12 |
---
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
task_categories:
|
4 |
- conversational
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
- code
|
9 |
+
pretty_name: Philosophers Quotes
|
10 |
size_categories:
|
11 |
+
- n<1K
|
12 |
---
|