elshadrahimov commited on
Commit
3080582
·
verified ·
1 Parent(s): 0f8df18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -105,20 +105,21 @@ Sequence Length: The use of the <UPPER> token for capitalization handling result
105
  5. Citation
106
  If you use this model in your research, please cite the following:
107
 
108
- ## Citation
109
 
110
- If you use **miLLi** in your research, please cite:
111
 
112
- Rahimov, E. (2025).
113
- *miLLi: Model Integrating Local Linguistic Insights for Morphologically Robust Tokenization*.
114
- Hugging Face.
115
- https://huggingface.co/elshadrahimov/miLLi-1.0
116
 
117
- @misc{miLLi2025,
118
- title = {miLLi: Model Integrating Local Linguistic Insights for Morphologically Robust Tokenization},
 
119
  author = {Rahimov, Elshad},
120
- year = {2025},
121
- url = {https://huggingface.co/elshadrahimov/miLLi-1.0}
 
 
122
  }
123
 
124
 
 
105
  5. Citation
106
  If you use this model in your research, please cite the following:
107
 
108
+ ## 📜 Citation
109
 
110
+ If you use miLLi 1.0 in your research, please cite it as follows:
111
 
112
+ **APA Style:**
113
+ Rahimov, E. (2025). *miLLi: Model Integrating Local Linguistic Insights for Morphologically Robust Tokenization*. Hugging Face. https://huggingface.co/elshadrahimov/miLLi-1.0
 
 
114
 
115
+ **BibTeX:**
116
+ ```bibtex
117
+ @misc{rahimov2025milli,
118
  author = {Rahimov, Elshad},
119
+ title = {miLLi: Model Integrating Local Linguistic Insights for Morphologically Robust Tokenization},
120
+ year = {2025},
121
+ howpublished = {\url{https://huggingface.co/elshadrahimov/miLLi-1.0}},
122
+ note = {Hugging Face Model Hub}
123
  }
124
 
125