File size: 654 Bytes
589941b
 
 
 
 
 
 
 
 
 
 
 
aca64f8
589941b
3e21813
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
language:
- tr
tags:
- text  # Example: audio
- text-classification  # Example: automatic-speech-recognition
- news-category-classification  # Example: speech
metrics:
- accuracy  # Example: wer. Use metric id from https://hf.co/metrics
- f1
- precision
- recall
---

## INTERPRESS TURKISH NEWS CATEGORY CLASSIFICATION MODEL - TEST - v0.1

LABELS = {
  0: 'spor',
  1: 'is_ve_finans',
  2: 'lifestyle',
  3: 'eglence',
  4: 'seyahat',
  5: 'egitim',
  6: 'bilim',
  7: 'teknoloji',
  8: 'kultur_sanat',
  9: 'otomotiv',
  10: 'politika',
  11: 'endustri',
  12: 'moda',
  13: 'yemek'
}

ACC = 0.9128, F1 = 0.7142, PRECISION = 0.7355, RECALL = 0.06996