serdarakyol
commited on
Commit
•
c735d89
1
Parent(s):
9968a86
Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,12 @@ Dataset: interpress_news_category_tr
|
|
7 |
The dataset downloaded from interpress. This dataset is real world data. Actually there are 273K data but I filtered them and used 108K data for this model. For more information about dataset please visit this [link](https://huggingface.co/datasets/interpress_news_category_tr_lite)
|
8 |
|
9 |
## Model
|
10 |
-
Model accuracy on train data and validation data is %97.
|
11 |
|
12 |
![Classification report](classification_report.png)
|
13 |
|
|
|
|
|
14 |
![Confusion matrix](confusion_matrix.png)
|
15 |
|
16 |
## Usage for Torch
|
|
|
7 |
The dataset downloaded from interpress. This dataset is real world data. Actually there are 273K data but I filtered them and used 108K data for this model. For more information about dataset please visit this [link](https://huggingface.co/datasets/interpress_news_category_tr_lite)
|
8 |
|
9 |
## Model
|
10 |
+
Model accuracy on train data and validation data is %97. The data split as %80 train and %20 validation. The results as shown as below
|
11 |
|
12 |
![Classification report](classification_report.png)
|
13 |
|
14 |
+
|
15 |
+
|
16 |
![Confusion matrix](confusion_matrix.png)
|
17 |
|
18 |
## Usage for Torch
|