Citation update
Browse files
README.md
CHANGED
|
@@ -105,3 +105,17 @@ print("Gate routing probabilities:", gate_probs)
|
|
| 105 |
> **Note:** `Hecto` is a custom model and must be defined in your environment before loading weights.
|
| 106 |
> To make your model easily reusable, consider including a `modeling_hecto.py` file in your repository.
|
| 107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
> **Note:** `Hecto` is a custom model and must be defined in your environment before loading weights.
|
| 106 |
> To make your model easily reusable, consider including a `modeling_hecto.py` file in your repository.
|
| 107 |
|
| 108 |
+
|
| 109 |
+
## Citation
|
| 110 |
+
|
| 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 |
+
|