--- dataset_info: features: - name: title dtype: string - name: rating dtype: float64 - name: vote_count dtype: float64 - name: text dtype: string splits: - name: train num_bytes: 100230 num_examples: 28 download_size: 70377 dataset_size: 100230 configs: - config_name: default data_files: - split: train path: data/train-* --- # Turkish Short Stories Dataset This dataset contains Turkish short stories with their ratings and vote counts.\ It has total of 12256 words in both title and content across all 28 stories.\ Scraped from [yabancilaraturkce.com](https://www.yabancilaraturkce.com). - **title:** The title of the story - **rating:** User rating of the story - **vote_count:** Number of votes received - **text:** The story content