asafaya commited on
Commit
d94629e
1 Parent(s): f34f8c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -26,6 +26,8 @@ should probably proofread and complete it, then remove this comment. -->
26
 
27
  # mukayese/bart-turkish-mlsum
28
 
 
 
29
  This model is a initialized from scratch and trained only the mlsum/tu dataset with no pre-training.
30
 
31
  It achieves the following results on the evaluation set:
@@ -93,3 +95,16 @@ The following hyperparameters were used during training:
93
  - Pytorch 1.8.2+cu111
94
  - Datasets 1.14.0
95
  - Tokenizers 0.10.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  # mukayese/bart-turkish-mlsum
28
 
29
+ _This model is uncased_
30
+
31
  This model is a initialized from scratch and trained only the mlsum/tu dataset with no pre-training.
32
 
33
  It achieves the following results on the evaluation set:
 
95
  - Pytorch 1.8.2+cu111
96
  - Datasets 1.14.0
97
  - Tokenizers 0.10.3
98
+
99
+ ### Citation
100
+
101
+ ```
102
+ @misc{safaya-etal-2022-mukayese,
103
+ title={Mukayese: Turkish NLP Strikes Back},
104
+ author={Ali Safaya and Emirhan Kurtuluş and Arda Göktoğan and Deniz Yuret},
105
+ year={2022},
106
+ eprint={2203.01215},
107
+ archivePrefix={arXiv},
108
+ primaryClass={cs.CL}
109
+ }
110
+ ```