arshiahemmat commited on
Commit
2079c5e
1 Parent(s): c41cac7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Persian News Classification Model
2
+
3
+ This project presents a machine learning model trained on a dataset of over 25,000 Persian news articles. The model is designed to classify news articles into one of seven categories: Sport, Science, Culture, Politics, International, Economic, and Social.
4
+
5
+ ## Dataset
6
+
7
+ The dataset used for this project consists of more than 25,000 Persian news articles. These articles are categorized into seven distinct categories, providing a diverse range of topics for the model to learn from. The categories are as follows:
8
+
9
+ 1. Sport
10
+ 2. Science
11
+ 3. Culture
12
+ 4. Politics
13
+ 5. International
14
+ 6. Economic
15
+ 7. Social
16
+
17
+ ## Model
18
+
19
+ The model has been trained on this extensive dataset, learning to identify and understand the nuances of each category. This allows it to accurately classify new, unseen Persian news articles into the appropriate category.
20
+
21
+ ## Usage
22
+
23
+ To use this model, simply input a Persian news article and the model will output the predicted category. This can be useful for a variety of applications, such as news aggregation services, content recommendation systems, and more.
24
+
25
+ ## Future Work
26
+
27
+ We plan to continuously improve and update this model, incorporating more data and refining the model's architecture to increase its accuracy and efficiency.
28
+
29
+ ## Contributions
30
+
31
+ Contributions to this project are welcome. If you have suggestions or improvements, feel free to open an issue or submit a pull request.
32
+
33
+ ## License
34
+
35
+ This project is licensed under the terms of the MIT license.