stefanolottini commited on
Commit
eaa6a75
·
1 Parent(s): 769439c

Update README.md

Browse files

450 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.

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - conversational
5
  language:
6
  - en
7
  tags:
8
  - code
9
- pretty_name: Philosophers Quote
10
  size_categories:
11
- - 1K<n<10K
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
  ---