ruhzi commited on
Commit
12a11bc
·
verified ·
1 Parent(s): 90b9dea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -111,11 +111,13 @@ print("Gate routing probabilities:", gate_probs)
111
  If you use this model or architecture in your research, please cite:
112
 
113
  ```bibtex
114
- @misc{hecto2025,
115
- title={Hecto: Modular Sparse Experts for Adaptive and Interpretable Reasoning},
116
- author={Pandey, Sanskar and Chopra, Ruhaan and Bhat, Saad and Abhyudaya, Ark},
117
- year={2025},
118
- url={https://huggingface.co/ruhzi/hecto-ffnn-gru}
 
 
119
  }
120
 
121
 
 
111
  If you use this model or architecture in your research, please cite:
112
 
113
  ```bibtex
114
+ @article{pandey2025hecto,
115
+ title = {Hecto: Modular Sparse Experts for Adaptive and Interpretable Reasoning},
116
+ author = {Pandey, Sanskar and Chopra, Ruhaan and Bhat, Saad Murtaza and Abhyudaya, Ark},
117
+ journal = {arXiv preprint arXiv:2506.22919},
118
+ year = {2025},
119
+ month = {June},
120
+ note = {Version 1 submitted June 28, 2025; version 2 updated July 1, 2025}
121
  }
122
 
123