Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -24,7 +24,8 @@ def run_sandbox():
|
|
24 |
}
|
25 |
""") as demo:
|
26 |
gr.Markdown("# Selene Playground")
|
27 |
-
gr.Markdown("
|
|
|
28 |
with gr.Tabs():
|
29 |
# Random samples tab
|
30 |
random_sample_tab()
|
|
|
24 |
}
|
25 |
""") as demo:
|
26 |
gr.Markdown("# Selene Playground")
|
27 |
+
gr.Markdown("""Run evals with Selene and Selene-Mini in this interactive playground!
|
28 |
+
<br>Check out Selene-Mini's [model card](https://huggingface.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) or get started with the Selene API for free [here](https://www.atla-ai.com/sign-up?utm_source=huggingface&utm_medium=org_social&utm_campaign=SU_HF_atla_demo_sel1launch_).""")
|
29 |
with gr.Tabs():
|
30 |
# Random samples tab
|
31 |
random_sample_tab()
|