update evaluation script when handling triple quotes
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -68,7 +68,7 @@ If your model is displayed in the `FAILED` category, its execution stopped.
|
|
68 |
Make sure you have followed the above steps first.
|
69 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
70 |
"""
|
71 |
-
EVALUATION_SCRIPT =
|
72 |
To evaluate the model you can access the colab notebook at [this link](https://colab.research.google.com/drive/145KAGvgdAb8BrkObUrxAVWBd9EGDqy8N?usp=sharing).
|
73 |
|
74 |
First install the necessary libraries
|
@@ -294,7 +294,7 @@ upload_file(path_or_fileobj = file_name,
|
|
294 |
create_pr=False)
|
295 |
```
|
296 |
|
297 |
-
|
298 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
299 |
CITATION_BUTTON_TEXT = r"""
|
300 |
"""
|
|
|
68 |
Make sure you have followed the above steps first.
|
69 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
70 |
"""
|
71 |
+
EVALUATION_SCRIPT = '''
|
72 |
To evaluate the model you can access the colab notebook at [this link](https://colab.research.google.com/drive/145KAGvgdAb8BrkObUrxAVWBd9EGDqy8N?usp=sharing).
|
73 |
|
74 |
First install the necessary libraries
|
|
|
294 |
create_pr=False)
|
295 |
```
|
296 |
|
297 |
+
'''
|
298 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
299 |
CITATION_BUTTON_TEXT = r"""
|
300 |
"""
|