File size: 1,487 Bytes
2094834
 
 
 
 
 
 
 
 
accd992
 
 
 
2094834
 
 
 
 
 
f564ecb
 
 
 
 
 
bb11bbc
f564ecb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
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": "سیاستمداران و پوشک بچههاباید زود به زود عوض شوند ،هر دو به یک دلیل !👤 مارک تواین",
}