Muennighoff commited on
Commit
88c25a0
1 Parent(s): f96a9c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -2
app.py CHANGED
@@ -676,8 +676,23 @@ with block:
676
  inputs=[task_summarization],
677
  outputs=data_summarization,
678
  )
679
- gr.Markdown(f"""
680
- <p style="text-align: center;">Made with ❤️ for NLP by <a href=https://huggingface.co/Muennighoff>Niklas Muennighoff</a>.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  """)
682
  # Running the function on page load in addition to when the button is clicked
683
  # This is optional - If deactivated the data created loaded at "Build time" is shown like for Overall tab
 
676
  inputs=[task_summarization],
677
  outputs=data_summarization,
678
  )
679
+ gr.Markdown(r"""
680
+
681
+ Made with ❤️ for NLP
682
+
683
+ If this work is useful to you, please consider citing:
684
+
685
+ ```bibtex
686
+ @article{muennighoff2022mteb,
687
+ doi = {10.48550/ARXIV.2210.07316},
688
+ url = {https://arxiv.org/abs/2210.07316},
689
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Lo{\"\i}c and Reimers, Nils},
690
+ title = {MTEB: Massive Text Embedding Benchmark},
691
+ publisher = {arXiv},
692
+ journal={arXiv preprint arXiv:2210.07316},
693
+ year = {2022}
694
+ }
695
+ ```
696
  """)
697
  # Running the function on page load in addition to when the button is clicked
698
  # This is optional - If deactivated the data created loaded at "Build time" is shown like for Overall tab