Update src/about.py
Browse files- 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 |
-
|
107 |
-
|
108 |
-
@article{
|
109 |
-
title={
|
110 |
-
author={
|
111 |
-
journal={
|
112 |
-
|
113 |
-
|
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 |
"""
|