the-hir0 commited on
Commit
3fb8c8a
·
verified ·
1 Parent(s): a826dfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -299,4 +299,41 @@ T-pro-it-2.0 natively supports a context length of 32,768 tokens.
299
  For conversations where the input significantly exceeds this limit, follow the recommendations from the [Qwen3 model card](https://huggingface.co/Qwen/Qwen3-235B-A22B#processing-long-texts) on processing long texts.
300
 
301
  For example, in SGLang, you can enable 128K context support with the following command:
302
- `llama-server ... --rope-scaling yarn --rope-scale 4 --yarn-orig-ctx 32768`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
299
  For conversations where the input significantly exceeds this limit, follow the recommendations from the [Qwen3 model card](https://huggingface.co/Qwen/Qwen3-235B-A22B#processing-long-texts) on processing long texts.
300
 
301
  For example, in SGLang, you can enable 128K context support with the following command:
302
+ `llama-server ... --rope-scaling yarn --rope-scale 4 --yarn-orig-ctx 32768`
303
+
304
+ ## 📖 Citation
305
+
306
+ If you use this model in your research or projects, please cite:
307
+
308
+ ```bibtex
309
+ @inproceedings{stoianov-etal-2026-pro,
310
+ title = "{T}-pro 2.0: An Efficient {R}ussian Hybrid-Reasoning Model and Playground",
311
+ author = "Stoianov, Dmitrii and
312
+ Taranets, Danil and
313
+ Tsymboi, Olga and
314
+ Latypov, Ramil and
315
+ Dautov, Almaz and
316
+ Kruglikov, Vladislav and
317
+ Nikita, Surkov and
318
+ Abramov, German and
319
+ Gein, Pavel and
320
+ Abulkhanov, Dmitry and
321
+ Gashkov, Mikhail and
322
+ Zelenkovskiy, Viktor and
323
+ Batalov, Artem and
324
+ Medvedev, Aleksandr and
325
+ Potapov, Anatolii",
326
+ editor = "Croce, Danilo and
327
+ Leidner, Jochen and
328
+ Moosavi, Nafise Sadat",
329
+ booktitle = "Proceedings of the 19th Conference of the {E}uropean Chapter of the {A}ssociation for {C}omputational {L}inguistics (Volume 3: System Demonstrations)",
330
+ month = mar,
331
+ year = "2026",
332
+ address = "Rabat, Marocco",
333
+ publisher = "Association for Computational Linguistics",
334
+ url = "https://aclanthology.org/2026.eacl-demo.22/",
335
+ doi = "10.18653/v1/2026.eacl-demo.22",
336
+ pages = "297--319",
337
+ ISBN = "979-8-89176-382-1"
338
+ }
339
+ ```