Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ pipeline_tag: text-classification
|
|
17 |
# Model Card for ABSA_Turkish_BERT_Based_Small
|
18 |
|
19 |
<!-- Provide a quick summary of what the model is/does. -->
|
20 |
-
This model performs **Aspect-Based Sentiment Analysis (ABSA)
|
21 |
|
22 |
---
|
23 |
|
@@ -26,7 +26,7 @@ This model performs **Aspect-Based Sentiment Analysis (ABSA)** for Turkish text.
|
|
26 |
### Model Description
|
27 |
|
28 |
<!-- Provide a longer summary of what this model is. -->
|
29 |
-
This model is fine-tuned from the `dbmdz/bert-base-turkish-cased` pretrained BERT model. It is trained on the **Turkish-ABSA-Wsynthetic
|
30 |
|
31 |
- **Developed by:** Sengil
|
32 |
- **Language(s):** Turkish 🇹🇷
|
@@ -120,7 +120,7 @@ The model achieved the following scores on the test set:
|
|
120 |
- F1 Score (Weighted): 95.46%
|
121 |
|
122 |
|
123 |
-
## Citation
|
124 |
|
125 |
```
|
126 |
@misc{absa_turkish_bert_based_small,
|
|
|
17 |
# Model Card for ABSA_Turkish_BERT_Based_Small
|
18 |
|
19 |
<!-- Provide a quick summary of what the model is/does. -->
|
20 |
+
This model performs **Aspect-Based Sentiment Analysis (ABSA) 🚀** for Turkish text. It predicts sentiment polarity (Positive, Neutral, Negative) towards specific aspects within a given sentence.
|
21 |
|
22 |
---
|
23 |
|
|
|
26 |
### Model Description
|
27 |
|
28 |
<!-- Provide a longer summary of what this model is. -->
|
29 |
+
This model is fine-tuned from the `dbmdz/bert-base-turkish-cased` pretrained BERT model. It is trained on the **Turkish-ABSA-Wsynthetic** dataset, which contains Turkish restaurant reviews annotated with aspect-based sentiments. The model is capable of identifying the sentiment polarity for specific aspects (e.g., "servis," "fiyatlar") mentioned in Turkish sentences.
|
30 |
|
31 |
- **Developed by:** Sengil
|
32 |
- **Language(s):** Turkish 🇹🇷
|
|
|
120 |
- F1 Score (Weighted): 95.46%
|
121 |
|
122 |
|
123 |
+
## Citation
|
124 |
|
125 |
```
|
126 |
@misc{absa_turkish_bert_based_small,
|