Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,14 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
---
|
24 |
+
|
25 |
+
# Turkish Short Stories Dataset
|
26 |
+
|
27 |
+
This dataset contains Turkish short stories with their ratings and vote counts.\
|
28 |
+
It has total of 12256 words in both title and content across all 28 stories.\
|
29 |
+
Scraped from [yabancilaraturkce.com](https://www.yabancilaraturkce.com).
|
30 |
+
- **title:** The title of the story
|
31 |
+
- **rating:** User rating of the story
|
32 |
+
- **vote_count:** Number of votes received
|
33 |
+
- **text:** The story content
|