incidelen commited on
Commit
3ff58d7
·
verified ·
1 Parent(s): 8caeb53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  - Turkish Sentiment Analysis
16
  ---
17
  # 🇹🇷 BERTurk for Turkish Sentiment Analysis
18
- This model is a fine-tuned version of [BERTurk 32k](https://huggingface.co/dbmdz/bert-base-turkish-cased) on the [TRSAv1 dataset](https://huggingface.co/maydogan/Turkish_SentimentAnalysis_TRSAv1), a labeled collection of Turkish e-commerce reviews categorized into positive, neutral, and negative sentiments. For more details about the dataset, methodology, and experiments, you can refer to the corresponding [research paper](https://dergipark.org.tr/en/pub/ejt/issue/92270/1592448).
19
 
20
  ---
21
  ## How to Use
@@ -54,6 +54,7 @@ The [TRSAv1 dataset](https://huggingface.co/maydogan/Turkish_SentimentAnalysis_T
54
  | Neutral | 50,000 |
55
  | Positive | 50,000 |
56
  | TOTAL | 150,000 |
 
57
  ---
58
  ## Evaluation Results
59
  ### Overall Performance
@@ -66,7 +67,9 @@ The [TRSAv1 dataset](https://huggingface.co/maydogan/Turkish_SentimentAnalysis_T
66
  | Negative | 88.35 | 85.20 | 86.74 |
67
  | Neutral | 77.01 | 76.45 | 76.73 |
68
  | Positive | 85.70 | 89.38 | 87.50 |
 
69
  ---
70
  ## Acknowledgments
71
  Special thanks to [maydogan](https://huggingface.co/maydogan) for their contributions and support.
 
72
  ---
 
15
  - Turkish Sentiment Analysis
16
  ---
17
  # 🇹🇷 BERTurk for Turkish Sentiment Analysis
18
+ This model is a fine-tuned version of [BERTurk 128k](https://huggingface.co/dbmdz/bert-base-turkish-128k-cased) on the [TRSAv1 dataset](https://huggingface.co/maydogan/Turkish_SentimentAnalysis_TRSAv1), a labeled collection of Turkish e-commerce reviews categorized into positive, neutral, and negative sentiments. For more details about the dataset, methodology, and experiments, you can refer to the corresponding [research paper](https://dergipark.org.tr/en/pub/ejt/issue/92270/1592448).
19
 
20
  ---
21
  ## How to Use
 
54
  | Neutral | 50,000 |
55
  | Positive | 50,000 |
56
  | TOTAL | 150,000 |
57
+
58
  ---
59
  ## Evaluation Results
60
  ### Overall Performance
 
67
  | Negative | 88.35 | 85.20 | 86.74 |
68
  | Neutral | 77.01 | 76.45 | 76.73 |
69
  | Positive | 85.70 | 89.38 | 87.50 |
70
+
71
  ---
72
  ## Acknowledgments
73
  Special thanks to [maydogan](https://huggingface.co/maydogan) for their contributions and support.
74
+
75
  ---