annamonica commited on
Commit
5f04abf
·
1 Parent(s): 08bd832

update citation

Browse files
Files changed (1) hide show
  1. src/about.py +8 -7
src/about.py CHANGED
@@ -77,12 +77,13 @@ If everything is done, check you can launch the EleutherAIHarness on your model
77
 
78
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
79
  CITATION_BUTTON_TEXT = r"""
80
- @misc{toto2025,
81
- title={This Time is Different: An Observability Perspective on Time Series Foundation Models},
82
- author={TODO},
83
- year={2025},
84
- eprint={arXiv:TODO},
85
- archivePrefix={arXiv},
86
- primaryClass={cs.LG}
 
87
  }
88
  """
 
77
 
78
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
79
  CITATION_BUTTON_TEXT = r"""
80
+ @misc{cohen2025timedifferentobservabilityperspective,
81
+ title={This Time is Different: An Observability Perspective on Time Series Foundation Models},
82
+ author={Ben Cohen and Emaad Khwaja and Youssef Doubli and Salahidine Lemaachi and Chris Lettieri and Charles Masson and Hugo Miccinilli and Elise Ramé and Qiqi Ren and Afshin Rostamizadeh and Jean Ogier du Terrail and Anna-Monica Toon and Kan Wang and Stephan Xie and Zongzhe Xu and Viktoriya Zhukova and David Asker and Ameet Talwalkar and Othmane Abou-Amal},
83
+ year={2025},
84
+ eprint={2505.14766},
85
+ archivePrefix={arXiv},
86
+ primaryClass={cs.LG},
87
+ url={https://arxiv.org/abs/2505.14766},
88
  }
89
  """