Spaces:
Runtime error
Runtime error
Commit
Β·
dc56474
1
Parent(s):
2755e1e
update button message
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
@@ -92,7 +92,12 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
92 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
93 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
94 |
<p style="margin-top: 0.5em;">
|
95 |
-
The generated dataset is
|
|
|
|
|
|
|
|
|
|
|
96 |
</p>
|
97 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
98 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|
|
|
92 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
93 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
94 |
<p style="margin-top: 0.5em;">
|
95 |
+
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
96 |
+
<div style="display: flex; gap: 10px;">
|
97 |
+
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" class="lg primary svelte-1137axg" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
98 |
+
Open in Hugging Face
|
99 |
+
</a>
|
100 |
+
</div>
|
101 |
</p>
|
102 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
103 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|