Spaces:
Runtime error
Runtime error
Add info
Browse files
app.py
CHANGED
@@ -36,7 +36,9 @@ st.markdown(
|
|
36 |
"""
|
37 |
Welcome to Hugging Face's Evaluation as a Service! This application allows
|
38 |
you to evaluate any π€ Transformers model with a dataset on the Hub. Please
|
39 |
-
select the dataset and configuration below.
|
|
|
|
|
40 |
"""
|
41 |
)
|
42 |
|
|
|
36 |
"""
|
37 |
Welcome to Hugging Face's Evaluation as a Service! This application allows
|
38 |
you to evaluate any π€ Transformers model with a dataset on the Hub. Please
|
39 |
+
select the dataset and configuration below. The results of your evaluation
|
40 |
+
will be displayed on the public leaderboard
|
41 |
+
[here](https://huggingface.co/spaces/huggingface/leaderboards).
|
42 |
"""
|
43 |
)
|
44 |
|