anilguven commited on
Commit
8d766c6
1 Parent(s): 027500e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - anilguven/turkish_news_dataset
5
+ language:
6
+ - tr
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ tags:
11
+ - news
12
+ - classification
13
+ - bert
14
+ ---
15
+
16
+ ### Information
17
+ This model was developed/finetuned for news classification task for the Turkish Language. This model was finetuned via news dataset. This dataset contains 7 classes: economy, magazine, sport, politics, technology, health, and events.
18
+
19
+ - LABEL_0: economy
20
+ - LABEL_1: magazine
21
+ - LABEL_2: health
22
+ - LABEL_3: politics
23
+ - LABEL_4: sports
24
+ - LABEL_5: technology
25
+ - LABEL_6: events
26
+
27
+ ### Model Sources
28
+ - **Dataset:** https://huggingface.co/datasets/anilguven/turkish_news_dataset
29
+ - **Paper:** peer review (Springer)
30
+ - **Finetuned from model::** hhttps://huggingface.co/dbmdz/bert-base-turkish-uncased
31
+
32
+ ### Preprocessing
33
+ You must apply removing stopwords, stemming, or lemmatization process for Turkish.
34
+
35
+ ### Results
36
+ - Accuracy: %97.619
37
+ - F1-score: %97.618
38
+
39
+ ### Citation
40
+ BibTeX:
41
+ Peer review process