Rtx09 commited on
Commit
0b51ed5
·
verified ·
1 Parent(s): b90bf21

citation update

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -148,10 +148,12 @@ ckpt = torch.load(
148
 
149
  ```bibtex
150
  @article{tiwari2026triads,
151
- author = {Rudra Tiwari},
152
- title = {TRIADS: Tiny Recursive Information-Attention with Deep Supervision},
153
- year = {2026},
154
- url = {https://github.com/Rtx09x/TRIADS}
 
 
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