AlirezaFzp commited on
Commit
080725b
1 Parent(s): 742b534

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Persian Abusive Words Dataset
5
+
6
+ This is a labeled dataset of **Persian Abusive Words**, originally sourced from [Persian Abusive Words GitHub repository](https://github.com/mohamad-dehghani/Persian-Abusive-Words). The dataset has been split by the contributor into two subsets: **train** and **test**.
7
+
8
+ This dataset can be used for developing systems to detect and filter offensive or abusive language in various contexts. It is particularly useful for identifying inappropriate words and managing content moderation in applications where Persian language interactions occur.
9
+
10
+ ## Dataset Structure
11
+
12
+ - **train**: Contains the training samples for abusive word detection.
13
+ - **test**: Contains the test samples for evaluating models.
14
+
15
+ ## Usage
16
+
17
+ This dataset can be applied in various tasks such as:
18
+ - Detecting offensive language in user-generated content.
19
+ - Filtering abusive words in online platforms or messaging systems.
20
+
21
+ Feel free to use and adapt the dataset for research or production applications related to abusive language detection.
22
+
23
+ ## Source
24
+
25
+ The original dataset was collected and shared by [Mohamad Dehghani](https://github.com/mohamad-dehghani/Persian-Abusive-Words).
26
+