Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(css="#b {min-width:15px;background:transparent;}") as demo: #bord
|
|
56 |
with gr.Column(scale=1):
|
57 |
pass
|
58 |
with gr.Column(scale=15):
|
59 |
-
gr.Markdown("This search tool was used to validate tokenization scheme for code retrieval for the BigCode project. We indexed the [Santacoder](https://huggingface.co/bigcode/santacoder) training dataset (Python, Java, and JavaScript) and use a (2,4)-gram tokenizer to build the index. This is the same tokenization scheme that ended up being used to index the [StarCoder](https://huggingface.co/spaces/bigcode/search) dataset
|
60 |
with gr.Column(scale=1):
|
61 |
pass
|
62 |
with gr.Row():
|
|
|
56 |
with gr.Column(scale=1):
|
57 |
pass
|
58 |
with gr.Column(scale=15):
|
59 |
+
gr.Markdown("<div style="text-align: justify"> This search tool was used to validate tokenization scheme for code retrieval for the BigCode project. We indexed the 🎅 [Santacoder](https://huggingface.co/bigcode/santacoder) training dataset (Python, Java, and JavaScript) and use a (2,4)-gram tokenizer to build the index. This is the same tokenization scheme that ended up being used to index the ⭐ [StarCoder](https://huggingface.co/spaces/bigcode/search) dataset.</div>")
|
60 |
with gr.Column(scale=1):
|
61 |
pass
|
62 |
with gr.Row():
|