vigneshwar234 commited on
Commit
9bb9f71
verified
1 Parent(s): 5732644

Add Zenodo DOI badge, update citation with DOI, link paper badge to Zenodo

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -78,10 +78,12 @@ model-index:
78
 
79
  ### *Dynamic Graph Attention 路 Temporal Semantic Decay 路 Per-Token Adaptive Depth Routing*
80
 
 
81
  [![GitHub](https://img.shields.io/badge/GitHub-vignesh2027%2FTemporalMesh--Transformer-181717?style=flat-square&logo=github)](https://github.com/vignesh2027/TemporalMesh-Transformer)
82
- [![Paper PDF](https://img.shields.io/badge/Paper-PDF%2020%20pages-red?style=flat-square&logo=adobeacrobatreader)](https://huggingface.co/vigneshwar234/TemporalMesh-Transformer/resolve/main/paper/TemporalMesh_Transformer_2026.pdf)
83
  [![Dataset](https://img.shields.io/badge/Dataset-TMT--Benchmarks-FFD21E?style=flat-square&logo=huggingface)](https://huggingface.co/datasets/vigneshwar234/TMT-Benchmarks)
84
  [![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](https://github.com/vignesh2027/TemporalMesh-Transformer/blob/main/LICENSE)
 
85
 
86
  **Val. Perplexity: 29.4** 路 **~50% compute reduction** 路 **~120M parameters** 路 **WikiText-2**
87
 
@@ -432,9 +434,12 @@ print(ds['test'][0])
432
  Temporal Decay and Adaptive Depth Routing},
433
  author = {Vignesh},
434
  year = {2026},
435
- url = {https://huggingface.co/vigneshwar234/TemporalMesh-Transformer},
 
 
436
  note = {Preprint. Novel architecture combining mesh attention, temporal
437
- decay encoding, and per-token adaptive depth routing.}
 
438
  }
439
  ```
440
 
 
78
 
79
  ### *Dynamic Graph Attention 路 Temporal Semantic Decay 路 Per-Token Adaptive Depth Routing*
80
 
81
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20287390.svg)](https://doi.org/10.5281/zenodo.20287390)
82
  [![GitHub](https://img.shields.io/badge/GitHub-vignesh2027%2FTemporalMesh--Transformer-181717?style=flat-square&logo=github)](https://github.com/vignesh2027/TemporalMesh-Transformer)
83
+ [![Paper PDF](https://img.shields.io/badge/Paper-PDF%2020%20pages-red?style=flat-square&logo=adobeacrobatreader)](https://doi.org/10.5281/zenodo.20287390)
84
  [![Dataset](https://img.shields.io/badge/Dataset-TMT--Benchmarks-FFD21E?style=flat-square&logo=huggingface)](https://huggingface.co/datasets/vigneshwar234/TMT-Benchmarks)
85
  [![License: MIT](https://img.shields.io/badge/License-MIT-green?style=flat-square)](https://github.com/vignesh2027/TemporalMesh-Transformer/blob/main/LICENSE)
86
+ [![Zenodo](https://img.shields.io/badge/Zenodo-Published-blue?style=flat-square&logo=zenodo)](https://zenodo.org/records/20287390)
87
 
88
  **Val. Perplexity: 29.4** 路 **~50% compute reduction** 路 **~120M parameters** 路 **WikiText-2**
89
 
 
434
  Temporal Decay and Adaptive Depth Routing},
435
  author = {Vignesh},
436
  year = {2026},
437
+ doi = {10.5281/zenodo.20287390},
438
+ url = {https://doi.org/10.5281/zenodo.20287390},
439
+ publisher = {Zenodo},
440
  note = {Preprint. Novel architecture combining mesh attention, temporal
441
+ decay encoding, and per-token adaptive depth routing.
442
+ Code: https://github.com/vignesh2027/TemporalMesh-Transformer}
443
  }
444
  ```
445