vigneshwar234 commited on
Commit
05b3a30
·
verified ·
1 Parent(s): 9bb9f71

Add live demo Space badge + section to model card

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -79,6 +79,7 @@ model-index:
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)
@@ -230,6 +231,16 @@ k_m ← 0.99 · k_m + 0.01 · mean(attending tokens)
230
 
231
  ---
232
 
 
 
 
 
 
 
 
 
 
 
233
  ## Quick Start
234
 
235
  ### Installation
 
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
+ [![Space](https://img.shields.io/badge/🤗%20Space-Live%20Demo-orange?style=flat-square)](https://huggingface.co/spaces/vigneshwar234/TemporalMesh-Transformer-Demo)
83
  [![GitHub](https://img.shields.io/badge/GitHub-vignesh2027%2FTemporalMesh--Transformer-181717?style=flat-square&logo=github)](https://github.com/vignesh2027/TemporalMesh-Transformer)
84
  [![Paper PDF](https://img.shields.io/badge/Paper-PDF%2020%20pages-red?style=flat-square&logo=adobeacrobatreader)](https://doi.org/10.5281/zenodo.20287390)
85
  [![Dataset](https://img.shields.io/badge/Dataset-TMT--Benchmarks-FFD21E?style=flat-square&logo=huggingface)](https://huggingface.co/datasets/vigneshwar234/TMT-Benchmarks)
 
231
 
232
  ---
233
 
234
+ ## 🚀 Live Demo
235
+
236
+ Try TMT interactively — no install needed:
237
+
238
+ 👉 **[huggingface.co/spaces/vigneshwar234/TemporalMesh-Transformer-Demo](https://huggingface.co/spaces/vigneshwar234/TemporalMesh-Transformer-Demo)**
239
+
240
+ Visualise exit gates, dynamic attention graphs, and per-token compute depth on any sentence you type.
241
+
242
+ ---
243
+
244
  ## Quick Start
245
 
246
  ### Installation