Leire Aguirre
commited on
Commit
·
9029def
1
Parent(s):
962b6f3
change copy text
Browse files
src/synthetic_dataset_generator/apps/base.py
CHANGED
@@ -133,10 +133,7 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
133 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
134 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
135 |
<p style="margin-top: 0.5em;">
|
136 |
-
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
137 |
-
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
138 |
-
Open in Hub
|
139 |
-
</a>
|
140 |
</p>
|
141 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
142 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|
@@ -155,14 +152,11 @@ def show_success_message(org_name, repo_name) -> gr.Markdown:
|
|
155 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
156 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
157 |
<p style="margin-top: 0.5em;">
|
158 |
-
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
159 |
<div style="display: flex; gap: 10px;">
|
160 |
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
161 |
Open in Argilla
|
162 |
</a>
|
163 |
-
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" class="lg secondary svelte-cmf5ev" style="color: var(--button-secondary-text-color) !important; margin-top: 0.5em; text-decoration: none;">
|
164 |
-
Open in Hub
|
165 |
-
</a>
|
166 |
</div>
|
167 |
</p>
|
168 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
|
|
133 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
134 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
135 |
<p style="margin-top: 0.5em;">
|
136 |
+
The generated dataset is <a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank">available in the Hub</a>. It is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
|
|
|
|
|
|
137 |
</p>
|
138 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|
139 |
By configuring an `ARGILLA_API_URL` and `ARGILLA_API_KEY` you can curate the dataset in Argilla.
|
|
|
152 |
<div style="padding: 1em; background-color: var(--block-background-fill); border-color: var(--border-color-primary); border-width: 1px; border-radius: 5px;">
|
153 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
154 |
<p style="margin-top: 0.5em;">
|
155 |
+
The generated dataset is <a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank">available in the Hub</a>. It is in the right format for fine-tuning with TRL, AutoTrain, or other frameworks.
|
156 |
<div style="display: flex; gap: 10px;">
|
157 |
<a href="{argilla_api_url}" target="_blank" class="lg primary svelte-cmf5ev" style="color: white !important; margin-top: 0.5em; text-decoration: none;">
|
158 |
Open in Argilla
|
159 |
</a>
|
|
|
|
|
|
|
160 |
</div>
|
161 |
</p>
|
162 |
<p style="margin-top: 1em; color: var(--block-title-text-color)">
|