AJMC2002 commited on
Commit
574bd6d
1 Parent(s): 3dc581e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,7 +1,17 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Poems database
6
 
7
- Postgres database parsed from the dataset of [https://www.kaggle.com/datasets/michaelarman/poemsdataset](MICHAELARMAN) in Kaggle using the classification by topic.
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - poetry
7
+ - literature
8
+ - poems
9
+ size_categories:
10
+ - 10K<n<100K
11
  ---
12
 
13
  # Poems database
14
 
15
+ Postgres database parsed from the dataset of [https://www.kaggle.com/datasets/michaelarman/poemsdataset](MICHAELARMAN) in Kaggle using the classification by topic.
16
+
17
+ The database consists of 14,334 rows with `id`, `author`, `title`, `body` and `topic`.