mshojaei77 commited on
Commit
f564ecb
1 Parent(s): accd992

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -17,3 +17,39 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+ # PersianPoetryQuotes Dataset
21
+
22
+ ## Dataset Description
23
+
24
+ ### Dataset Summary
25
+
26
+ PersianPoetryQuotes 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.
27
+
28
+ ### Supported Tasks
29
+
30
+ This dataset can support various Natural Language Processing (NLP) tasks, including but not limited to:
31
+
32
+ - Text Generation
33
+ - Sentiment Analysis
34
+ - Topic Modeling
35
+ - Cultural and Linguistic Studies
36
+
37
+ ### Languages
38
+
39
+ The primary language of the dataset is Persian (Farsi).
40
+
41
+ ### Dataset Structure
42
+
43
+ The dataset is structured as a collection of JSON objects, each representing a single message. Each entry contains the following fields:
44
+
45
+ - `from`: The name or identifier of the Telegram channel or user who posted the message
46
+ - `text`: The content of the message
47
+
48
+ #### Data Instances
49
+
50
+ Example 1:
51
+ ```json
52
+ {
53
+ "from": "[ اُتاق آبی ]",
54
+ "text": "سیاستمداران و پوشک بچههاباید زود به زود عوض شوند ،هر دو به یک دلیل !👤 مارک تواین",
55
+ }