Spaces:
Running
Running
correct type
Browse files
app.py
CHANGED
|
@@ -324,7 +324,7 @@ def main():
|
|
| 324 |
gr.Markdown(
|
| 325 |
"""
|
| 326 |
**Note**: These results represent full pipeline evaluations on english queries ONLY (since other queries were mostly directly translated from their english counterparts).
|
| 327 |
-
We felt
|
| 328 |
If you feel this is a mistake and multi-lingual results are critical for pipelines, please let us know by opening an issue in the GitHub repository!
|
| 329 |
"""
|
| 330 |
)
|
|
|
|
| 324 |
gr.Markdown(
|
| 325 |
"""
|
| 326 |
**Note**: These results represent full pipeline evaluations on english queries ONLY (since other queries were mostly directly translated from their english counterparts).
|
| 327 |
+
We felt mutlilingual results were less critical (and much more costly to evaluate on the full set) for pipelines, since one user could just add a translation module to the pipeline and expect similar performance to the english results.
|
| 328 |
If you feel this is a mistake and multi-lingual results are critical for pipelines, please let us know by opening an issue in the GitHub repository!
|
| 329 |
"""
|
| 330 |
)
|