Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,21 @@ code_to_label={
|
|
16 |
'LABEL_5': 'spor ',
|
17 |
'LABEL_6': 'teknoloji '}
|
18 |
|
19 |
-
|
20 |
-
|
21 |
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Please cite the following book if needed
|
23 |
@book{yildirim2021mastering,
|
24 |
title={Mastering Transformers: Build state-of-the-art models from scratch with advanced natural language processing techniques},
|
@@ -27,7 +39,7 @@ Please cite the following book if needed
|
|
27 |
publisher={Packt Publishing Ltd}
|
28 |
}
|
29 |
|
30 |
-
|
31 |
|
32 |
## Data
|
33 |
The following Turkish benchmark dataset is used for fine-tuning
|
|
|
16 |
'LABEL_5': 'spor ',
|
17 |
'LABEL_6': 'teknoloji '}
|
18 |
|
19 |
+
```
|
|
|
20 |
## Citation
|
21 |
+
|
22 |
+
```
|
23 |
+
@misc{yildirim2024finetuning,
|
24 |
+
title={Fine-tuning Transformer-based Encoder for Turkish Language Understanding Tasks},
|
25 |
+
author={Savas Yildirim},
|
26 |
+
year={2024},
|
27 |
+
eprint={2401.17396},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CL}
|
30 |
+
}
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
Please cite the following book if needed
|
35 |
@book{yildirim2021mastering,
|
36 |
title={Mastering Transformers: Build state-of-the-art models from scratch with advanced natural language processing techniques},
|
|
|
39 |
publisher={Packt Publishing Ltd}
|
40 |
}
|
41 |
|
42 |
+
```
|
43 |
|
44 |
## Data
|
45 |
The following Turkish benchmark dataset is used for fine-tuning
|