Update src/about.py
Browse files- src/about.py +5 -4
src/about.py
CHANGED
@@ -55,10 +55,11 @@ To reproduce our results, here is the commands you can run:
|
|
55 |
|
56 |
EVALUATION_QUEUE_TEXT = """
|
57 |
|
58 |
-
Important Notes
|
59 |
-
|
60 |
-
|
61 |
-
|
|
|
62 |
|
63 |
## Don't forget to read the FAQ and the About tabs for more information!
|
64 |
|
|
|
55 |
|
56 |
EVALUATION_QUEUE_TEXT = """
|
57 |
|
58 |
+
## Important Notes
|
59 |
+
|
60 |
+
- Right now, the models added **are not automatically evaluated**. - We may support automatic evaluation in the future on our own clusters.
|
61 |
+
An evaluation framework will be available in the future to help reproduce the results.
|
62 |
+
- We only support models with **a causal language modeling head** for now.
|
63 |
|
64 |
## Don't forget to read the FAQ and the About tabs for more information!
|
65 |
|