Spaces:
Runtime error
Runtime error
improve wording
Browse files
app.py
CHANGED
@@ -261,11 +261,12 @@ title = (
|
|
261 |
)
|
262 |
description = """
|
263 |
The ROOTS corpus was developed during the [BigScience workshop](https://bigscience.huggingface.co/) for the purpose
|
264 |
-
of training the Multilingual Large Language Model [BLOOM](https://huggingface.co/bigscience/bloom).
|
265 |
-
you to search through the ROOTS corpus. We serve a BM25 index for each language or group of languages
|
266 |
-
ROOTS. We also offer exact search which is enabled if you enclose your query in double quotes.
|
267 |
-
the
|
268 |
-
information and instructions on how to access the full corpus consult
|
|
|
269 |
|
270 |
|
271 |
if __name__ == "__main__":
|
|
|
261 |
)
|
262 |
description = """
|
263 |
The ROOTS corpus was developed during the [BigScience workshop](https://bigscience.huggingface.co/) for the purpose
|
264 |
+
of training the Multilingual Large Language Model [BLOOM](https://huggingface.co/bigscience/bloom). The ROOTS Search
|
265 |
+
Tool allows you to search through the ROOTS corpus. We serve a BM25 index for each language or group of languages
|
266 |
+
included in ROOTS. We also offer exact search which is enabled if you enclose your query in double quotes. More details
|
267 |
+
about the implementation and use cses is available in our [paper](https://arxiv.org/abs/2302.14035) - please cite it if
|
268 |
+
you use ROOTS Search Tool in your work. For more information and instructions on how to access the full corpus consult
|
269 |
+
[this form](https://forms.gle/qyYswbEL5kA23Wu99)."""
|
270 |
|
271 |
|
272 |
if __name__ == "__main__":
|