anilguven commited on
Commit
ebb26f7
1 Parent(s): 406d529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
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
+ tags:
10
+ - news
11
+ - classification
12
+ - text
13
+ - turkish
14
+ ---
15
+ ### Information
16
+ 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.
17
+
18
+ - LABEL_0: economy
19
+ - LABEL_1: magazine
20
+ - LABEL_2: health
21
+ - LABEL_3: politics
22
+ - LABEL_4: sports
23
+ - LABEL_5: technology
24
+ - LABEL_6: events
25
+
26
+ ### Model Sources
27
+ - **Dataset:** https://huggingface.co/datasets/anilguven/turkish_news_dataset
28
+ - **Paper:** peer review (Springer)
29
+ - **Finetuned from model::** https://huggingface.co/loodos/albert-base-turkish-uncased
30
+
31
+ ### Preprocessing
32
+ You must apply removing stopwords, stemming, or lemmatization process for Turkish.
33
+
34
+ ### Results
35
+ - Accuracy: %96.310
36
+ - F1-score: %96.316
37
+
38
+ ### Citation
39
+ BibTeX:
40
+ Peer review process
41
+
42
+ APA:
43
+ Peer review process