Commit
·
3c4475e
1
Parent(s):
a69bbb8
docs: update typo
Browse files
src/distilabel_dataset_generator/apps/sft.py
CHANGED
@@ -304,7 +304,7 @@ with gr.Blocks(
|
|
304 |
<div style="padding: 1em; background-color: #e6f3e6; border-radius: 5px; margin-top: 1em;">
|
305 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
306 |
<p style="margin-top: 0.5em;">
|
307 |
-
The generated dataset is in the right format for
|
308 |
Your dataset is now available at:
|
309 |
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" style="color: #1565c0; text-decoration: none;">
|
310 |
https://huggingface.co/datasets/{org_name}/{repo_name}
|
|
|
304 |
<div style="padding: 1em; background-color: #e6f3e6; border-radius: 5px; margin-top: 1em;">
|
305 |
<h3 style="color: #2e7d32; margin: 0;">Dataset Published Successfully!</h3>
|
306 |
<p style="margin-top: 0.5em;">
|
307 |
+
The generated dataset is in the right format for fine-tuning with TRL, AutoTrain or other frameworks.
|
308 |
Your dataset is now available at:
|
309 |
<a href="https://huggingface.co/datasets/{org_name}/{repo_name}" target="_blank" style="color: #1565c0; text-decoration: none;">
|
310 |
https://huggingface.co/datasets/{org_name}/{repo_name}
|