File size: 753 Bytes
d218b47 e09f009 d218b47 e09f009 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ---
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')
``` |