File size: 1,712 Bytes
2a8af71
 
2bc1e4b
 
87c55ec
76f250b
2bc1e4b
 
87c55ec
 
2bc1e4b
 
87c55ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2a8af71
f3ae6e8
30b28df
 
 
 
 
f3ae6e8
561d740
 
 
 
 
 
 
 
 
30b28df
 
2bc1e4b
 
30b28df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2bc1e4b
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
license: apache-2.0
language:
- tr
tags:
- deprem-clf-v1
metrics:
- accuracy
- recall
- f1
library_name: transformers
pipeline_tag: text-classification
model-index:
- name: deprem_v12
  results:
  - task:
      type: text-classification
    dataset:
      type: deprem_private_dataset_v1_2
      name: deprem_private_dataset_v1_2
    metrics:
      - type: recall
        value: 0.62
        verified: false       
      - type: f1
        value: 0.36
        verified: false         
---

# Türkçe Multi-label Intent Classification RoBERTa

Depremzedelerin ihtiyaçlarını karşılamak için etiketlenmiş eğitilmiş multi-label RoBERTa modeli. Aşağıda değerlendirme sonuçları var. 

**Evaluation**

 - 'eval_loss': 0.18568251545368838,

 - 'eval_runtime': 2.7693,
 
 - 'eval_samples_per_second': 254.935,
 
 - 'eval_steps_per_second': 8.305,
 
 - 'epoch': 3.0

**Classification Report**
```
    precision    recall  f1-score   support

    Alakasiz       0.95      0.87      0.91       781
     Barinma       0.86      0.52      0.65       234
  Elektronik       0.00      0.00      0.00       171
       Giysi       0.89      0.25      0.39       122
    Kurtarma       0.86      0.78      0.82       472
    Lojistik       0.00      0.00      0.00       123
      Saglik       0.78      0.05      0.09       148
          Su       0.92      0.11      0.20        96
       Yagma       0.00      0.00      0.00        19
       Yemek       0.94      0.42      0.58       158

   micro avg       0.91      0.55      0.69      2324
   macro avg       0.62      0.30      0.36      2324
weighted avg       0.78      0.55      0.61      2324
 samples avg       0.69      0.63      0.65      2324
```