|
--- |
|
dataset_info: |
|
features: |
|
- name: from |
|
dtype: string |
|
- name: text |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 19924920 |
|
num_examples: 60730 |
|
download_size: 9464614 |
|
dataset_size: 19924920 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
# PersianPoetryQuotes Dataset |
|
|
|
## Dataset Description |
|
|
|
### Dataset Summary |
|
|
|
this is a collection of Persian messages extracted from various Telegram channels. The dataset primarily consists of romantic and poetic quotes, with occasional political or humorous content. It aims to capture the essence of Persian literary expression in modern digital communication. |
|
|
|
### Supported Tasks |
|
|
|
This dataset can support various Natural Language Processing (NLP) tasks, including but not limited to: |
|
|
|
- Text Generation |
|
- Sentiment Analysis |
|
- Topic Modeling |
|
- Cultural and Linguistic Studies |
|
|
|
### Languages |
|
|
|
The primary language of the dataset is Persian (Farsi). |
|
|
|
### Dataset Structure |
|
|
|
The dataset is structured as a collection of JSON objects, each representing a single message. Each entry contains the following fields: |
|
|
|
- `from`: The name or identifier of the Telegram channel or user who posted the message |
|
- `text`: The content of the message |
|
|
|
#### Data Instances |
|
|
|
Example 1: |
|
```json |
|
{ |
|
"from": "[ اُتاق آبی ]", |
|
"text": "سیاستمداران و پوشک بچههاباید زود به زود عوض شوند ،هر دو به یک دلیل !👤 مارک تواین", |
|
} |