anilguven commited on
Commit
f49e82e
1 Parent(s): b25577b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -15,4 +15,34 @@ tags:
15
  - review
16
  - distilbert
17
  - bert
18
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - review
16
  - distilbert
17
  - bert
18
+ ---
19
+ ### Model Info
20
+
21
+ This model was developed/finetuned for product review task for Turkish Language. Model was finetuned via hepsiburada.com product review dataset.
22
+ - LABEL_0: negative review
23
+ - LABEL_1: positive review
24
+
25
+ ### Model Sources
26
+
27
+ <!-- Provide the basic links for the model. -->
28
+
29
+ - **Dataset:** https://huggingface.co/datasets/anilguven/turkish_product_reviews_sentiment
30
+ - **Demo-Coding [optional]:** https://github.com/anil1055/Turkish_Product_Review_Analysis_with_Language_Models
31
+ - **Finetuned from model [optional]:** https://huggingface.co/dbmdz/distilbert-base-turkish-cased
32
+ -
33
+
34
+ #### Preprocessing
35
+
36
+ You must apply removing stopwords, stemming, or lemmatization process for Turkish.
37
+
38
+ ### Results
39
+
40
+ - auprc = 0.9720155023202002
41
+ - auroc = 0.9743030995629336
42
+ - eval_loss = 0.3418520176025824
43
+ - fn = 206
44
+ - fp = 226
45
+ - mcc = 0.8420573290530216
46
+ - tn = 2474
47
+ - tp = 2565
48
+ - Accuracy: %92.10