File size: 1,087 Bytes
c7ee200
 
41f367b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f49e82e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: unknown
datasets:
- anilguven/turkish_product_reviews_sentiment
language:
- tr
metrics:
- accuracy
- f1
- precision
- recall
tags:
- turkish
- product
- review
- distilbert
- bert
---
### Model Info

This model was developed/finetuned for product review task for Turkish Language. Model was finetuned via hepsiburada.com product review dataset. 
- LABEL_0: negative review
- LABEL_1: positive review

### Model Sources

<!-- Provide the basic links for the model. -->

- **Dataset:** https://huggingface.co/datasets/anilguven/turkish_product_reviews_sentiment
- **Demo-Coding [optional]:** https://github.com/anil1055/Turkish_Product_Review_Analysis_with_Language_Models
- **Finetuned from model [optional]:** https://huggingface.co/dbmdz/distilbert-base-turkish-cased
- 

#### Preprocessing 

You must apply removing stopwords, stemming, or lemmatization process for Turkish.

### Results

- auprc = 0.9720155023202002
- auroc = 0.9743030995629336
- eval_loss = 0.3418520176025824
- fn = 206
- fp = 226
- mcc = 0.8420573290530216
- tn = 2474
- tp = 2565
- Accuracy: %92.10