MCILAB commited on
Commit
808ac97
·
verified ·
1 Parent(s): 356e891

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +11 -8
src/about.py CHANGED
@@ -103,13 +103,16 @@ If everything is done, check you can launch the EleutherAIHarness on your model
103
 
104
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
105
  CITATION_BUTTON_TEXT = """
106
- **BibTeX:**
107
- ```bibtex
108
- @article{vaswani2017attention,
109
- title={Attention Is All You Need},
110
- author={Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, Lukasz and Polosukhin, Illia},
111
- journal={Advances in Neural Information Processing Systems},
112
- volume={30},
113
- year={2017}
114
  }
 
 
 
115
  """
 
103
 
104
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
105
  CITATION_BUTTON_TEXT = """
106
+ If you use this model in your research, please cite it as follows:
107
+
108
+ @article{yourmodel2023,
109
+ title={Your Model's Title},
110
+ author={Your Name and Co-authors},
111
+ journal={Journal or Conference Name},
112
+ year={2023},
113
+ url={https://huggingface.co/your-username/your-model}
114
  }
115
+
116
+ Or in plain text:
117
+ Your Name et al. "Your Model's Title" (2023). Journal or Conference Name.
118
  """