Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,23 @@ training_args = TrainingArguments(
|
|
| 44 |
load_best_model_at_end=True
|
| 45 |
)
|
| 46 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
#### Summary
|
| 48 |
|
| 49 |
Sentiment classification based on Transformers is a topic that has recently been widely studied in
|
|
|
|
| 44 |
load_best_model_at_end=True
|
| 45 |
)
|
| 46 |
```
|
| 47 |
+
|
| 48 |
+
# Citation
|
| 49 |
+
Please cite the following paper if needed
|
| 50 |
+
|
| 51 |
+
```python
|
| 52 |
+
@article{arzu2023turkcce,
|
| 53 |
+
title={T{\"u}rk{\c{c}}e Duygu S{\i}n{\i}fland{\i}rma {\.I}{\c{c}}in Transformers Tabanl{\i} Mimarilerin Kar{\c{s}}{\i}la{\c{s}}t{\i}r{\i}lmal{\i} Analizi},
|
| 54 |
+
author={Arzu, Mehmet and Aydo{\u{g}}an, Murat},
|
| 55 |
+
journal={Computer Science},
|
| 56 |
+
number={IDAP-2023},
|
| 57 |
+
pages={1--6},
|
| 58 |
+
year={2023},
|
| 59 |
+
publisher={Ali KARCI}
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
```
|
| 63 |
+
|
| 64 |
#### Summary
|
| 65 |
|
| 66 |
Sentiment classification based on Transformers is a topic that has recently been widely studied in
|