citation update
Browse files
README.md
CHANGED
|
@@ -148,10 +148,12 @@ ckpt = torch.load(
|
|
| 148 |
|
| 149 |
```bibtex
|
| 150 |
@article{tiwari2026triads,
|
| 151 |
-
author
|
| 152 |
-
title
|
| 153 |
-
year
|
| 154 |
-
|
|
|
|
|
|
|
| 155 |
}
|
| 156 |
```
|
| 157 |
|
|
|
|
| 148 |
|
| 149 |
```bibtex
|
| 150 |
@article{tiwari2026triads,
|
| 151 |
+
author = {Rudra Tiwari},
|
| 152 |
+
title = {TRIADS: Tiny Recursive Information-Attention with Deep Supervision},
|
| 153 |
+
year = {2026},
|
| 154 |
+
doi = {10.5281/zenodo.19200579},
|
| 155 |
+
url = {https://doi.org/10.5281/zenodo.19200579},
|
| 156 |
+
note = {Code: https://github.com/Rtx09x/TRIADS; Models: https://huggingface.co/Rtx09/TRIADS}
|
| 157 |
}
|
| 158 |
```
|
| 159 |
|