--- language: - ta license: mit task_categories: - text-generation tags: - tamil - சிறுகதை - புதுமைப்பித்தன் --- # Tamil சிறுகதை Dataset by புதுமைப்பித்தன் ## Description This dataset contains Tamil சிறுகதை texts by புதுமைப்பித்தன், processed for language model pretraining. ## Contents - 20 text passages - Author: புதுமைப்பித்தன் - Genre: சிறுகதை - Total characters: 24924 ## Usage This dataset is suitable for language model pretraining tasks. ```python from datasets import load_dataset dataset = load_dataset('Naveen934/tamil_data_puthumaippittan_short_stories') ```